Skip to content

Commit

Permalink
test(ors-test-scenarios): Introduce an ENV to execute the one shot bu…
Browse files Browse the repository at this point in the history
…ilder
  • Loading branch information
MichaelsJP committed Nov 12, 2024
1 parent 8541135 commit 1b33a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
path: ors-test-scenarios-war-bare.tar
key: ${{ runner.os }}-ors-test-scenarios-war-bare
- name: Load the docker image
- name: Load the docker image if cache hit
if: steps.restore-cached-image.outputs.cache-hit == 'true'
run: |
echo "Loading the docker image"
Expand Down

0 comments on commit 1b33a4d

Please sign in to comment.