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