Skip to content

Commit

Permalink
only run test on amd platform
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Nov 12, 2023
1 parent c00c73d commit 1909853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/other-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
retention-days: 1

- name: Test image
if: matrix.platform == 'linux/amd64'
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
Expand Down

0 comments on commit 1909853

Please sign in to comment.