Skip to content

Commit

Permalink
ci: add job to test e2e multiple invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Jan 24, 2024
1 parent de2ba30 commit 2a13c64
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,28 @@ jobs:
with:
dockerfile: "test/**/Dockerfile-glob-*"
annotate: false
gh-action-mutltiple-invoke:
name: Action supports multiple invoke in a row
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
# Download and run default version
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
# Download and run custom version
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
version: 2.9.0
- run: chmod -x ${{ github.workspace }}/bin/hadolint
# Download and run custom version
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
version: 2.9.0
# Run custom version
- uses: ./
with:
dockerfile: test/fixtures/Dockerfile-valid
version: 2.9.0

0 comments on commit 2a13c64

Please sign in to comment.