We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e552d commit 37b5e2dCopy full SHA for 37b5e2d
.github/workflows/e2e.yaml
@@ -51,7 +51,7 @@ jobs:
51
path: bin
52
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}
53
- name: Install chainsaw
54
- uses: kyverno/action-install-chainsaw@07b6c986572f2abaf6647c85d37cbecfddc4a6ab # v0.1.3
+ uses: kyverno/[email protected].4
55
- name: Install tools
56
run: make install-tools
57
- name: Prepare e2e tests
Makefile
@@ -198,7 +198,7 @@ generate: controller-gen
198
# end-to-tests
199
.PHONY: e2e
200
e2e: chainsaw
201
- chainsaw test --test-dir ./tests/e2e
+ $(CHAINSAW) test --test-dir ./tests/e2e
202
203
# end-to-end-test for testing autoscale
204
.PHONY: e2e-autoscale
0 commit comments