mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 17:37:03 +00:00
fix test
This commit is contained in:
parent
5d95731187
commit
73bf5d8731
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -10,6 +10,9 @@ jobs:
|
|||
- name: test
|
||||
run: make docker-test
|
||||
|
||||
- name: build
|
||||
run: make docker-build-static
|
||||
|
||||
- name: acceptance-test
|
||||
run: make docker-acceptance
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue