Skip to content

Commit

Permalink
fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Nov 12, 2023
1 parent 446c349 commit ca597a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/other-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
- name: Test image
run: |
BASEDIR="$(pwd)"
IMAGE=hsac/fitnesse-fixtures-test-jre11:${{ fromJSON(steps.bake.outputs.metadata)['test']['containerimage.digest'] }}
test_digest="${{ fromJSON(steps.bake.outputs.metadata)['test']['containerimage.digest'] }}"
IMAGE=hsac/fitnesse-fixtures-test-jre11:${test_digest#sha256:}
docker run --rm \
-v ${BASEDIR}/target/failsafe-reports:/fitnesse/target/failsafe-reports \
-v ${BASEDIR}/target/fitnesse-results/test:/fitnesse/target/fitnesse-results \
Expand Down

0 comments on commit ca597a3

Please sign in to comment.