Skip to content

Commit 37b5e2d

Browse files
committed
fix
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent d0e552d commit 37b5e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: bin
5252
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}
5353
- name: Install chainsaw
54-
uses: kyverno/action-install-chainsaw@07b6c986572f2abaf6647c85d37cbecfddc4a6ab # v0.1.3
54+
uses: kyverno/[email protected].4
5555
- name: Install tools
5656
run: make install-tools
5757
- name: Prepare e2e tests

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ generate: controller-gen
198198
# end-to-tests
199199
.PHONY: e2e
200200
e2e: chainsaw
201-
chainsaw test --test-dir ./tests/e2e
201+
$(CHAINSAW) test --test-dir ./tests/e2e
202202

203203
# end-to-end-test for testing autoscale
204204
.PHONY: e2e-autoscale

0 commit comments

Comments
 (0)