diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 8cf01913a4..e3e1c971cb 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -51,7 +51,7 @@ jobs: path: bin key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }} - name: Install chainsaw - uses: kyverno/action-install-chainsaw@07b6c986572f2abaf6647c85d37cbecfddc4a6ab # v0.1.3 + uses: kyverno/action-install-chainsaw@v0.1.4 - name: Install tools run: make install-tools - name: Prepare e2e tests diff --git a/Makefile b/Makefile index 1492161ea9..dbf914e7d3 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ generate: controller-gen # end-to-tests .PHONY: e2e e2e: chainsaw - chainsaw test --test-dir ./tests/e2e + $(CHAINSAW) test --test-dir ./tests/e2e # end-to-end-test for testing autoscale .PHONY: e2e-autoscale