Run acceptance tests after build

This commit is contained in:
Yann Hamon 2020-06-04 19:40:56 +02:00
parent deb60c1ec8
commit b46f7cc3c4
3 changed files with 8 additions and 3 deletions

View file

@ -10,8 +10,12 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: test
- name: tests
run: make docker-test
- name: build
run: make docker-build-static
run: make docker-build-static
- name: acceptance-tests
run:
docker build -t bats -f Dockerfile.bats .