Skip to content

Commit

Permalink
ci: refact e2e test multiple invode
Browse files Browse the repository at this point in the history
Note: previous input version (2.9.0) led to unexpected behavior
as the parsed version was 2.9.0-no-git instead of 2.9.0.
This is no longer the case with 2.11.0.
  • Loading branch information
SMoraisAnsys committed Jan 25, 2024
1 parent 820a82f commit d77d78d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
version: 2.9.0
version: 2.11.0
- run: chmod -x ${{ github.workspace }}/bin/hadolint
# Download and run custom version
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
version: 2.9.0
version: 2.11.0
# Run custom version
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
version: 2.9.0
version: 2.11.0

0 comments on commit d77d78d

Please sign in to comment.