From d77d78d50dfb39d53ba5d62b7cdfde70fbc62818 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Thu, 25 Jan 2024 10:04:32 +0100 Subject: [PATCH] ci: refact e2e test multiple invode 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. --- .github/workflows/test-e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 95023be..b530a92 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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