Skip to content

Commit

Permalink
Update release.yml (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavrotems authored Oct 3, 2021
1 parent 0429226 commit 0e61841
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e61841

Please sign in to comment.