From 44b220d66e88b69a3d986109f8ad3bdcbdf7a29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstro=CC=88m?= Date: Fri, 2 Feb 2024 17:58:39 -0300 Subject: [PATCH] fix: e2e test --- .github/workflows/test-e2e.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index b530a92..ff128a6 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -55,14 +55,13 @@ jobs: with: dockerfile: test/fixtures/Dockerfile-valid version: 2.11.0 - - run: chmod -x ${{ github.workspace }}/bin/hadolint - # Download and run custom version + # Redownload if binary is broken + - run: chmod -x /usr/local/bin/hadolint - uses: ./ with: dockerfile: test/fixtures/Dockerfile-valid version: 2.11.0 - # Run custom version + # Download and run default version again - uses: ./ with: dockerfile: test/fixtures/Dockerfile-valid - version: 2.11.0