Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Feb 2, 2024
1 parent c9a4a84 commit 44b220d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44b220d

Please sign in to comment.