Update release.yml (#1014)

This commit is contained in:
Yoav Rotem
2021-10-03 15:32:27 +03:00
committed by GitHub
parent 04292261a2
commit 0e6184186f

View File

@@ -32,12 +32,9 @@ jobs:
run: |
kubectl cluster-info
kubectl describe node
- name: Apply jobs
run: kubectl apply -f job.yaml
- name: Run integration tests
run: |
kubectl wait --for=condition=complete job.batch/kube-bench --timeout=60s
kubectl logs job/kube-bench > ./test.data
make integration-test
- name: Compare output with expected output
uses: GuillaumeFalourd/diff-action@v1
with: