Skip to content

Commit

Permalink
fix test step 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Nov 12, 2023
1 parent 50c5695 commit 17a6da7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/other-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,7 @@ jobs:
- name: Test image
run: |
IMAGE="hsac/fitnesse-fixtures-test-jre11@${{ fromJSON(steps.bake.outputs.metadata)['test']['containerimage.digest'] }}"
docker run --rm \
-v "$(pwd)"/src/main/wiki:/fitnesse/wiki/FitNesseRoot \
-e RE_RUN_FAILED=true \
${IMAGE} \
-DfitnesseSuiteToRun=SampleTests.SlimTests.UtilityFixtures
docker run --rm -v "$(pwd)"/src/main/wiki:/fitnesse/wiki/FitNesseRoot -e RE_RUN_FAILED=true ${IMAGE} -DfitnesseSuiteToRun=SampleTests.SlimTests.UtilityFixtures
merge:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 17a6da7

Please sign in to comment.