mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-12 07:44:17 +00:00
Run acceptance tests after build
This commit is contained in:
parent
deb60c1ec8
commit
b46f7cc3c4
3 changed files with 8 additions and 3 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue