Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Retry headless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nycto committed Mar 26, 2024
1 parent b19d20d commit e7160ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,12 @@ jobs:
echo "LastRelease=$(cat "$PLAYDATE_SDK_PATH/VERSION.txt")" >> $PD_INI_FILE
- name: Run headless test
uses: nick-fields/retry@v3
uses: ghostsecurity/retry-action@v1
with:
max_attempts: 3
timeout_minutes: 2
retry-count: 3
command: |
export HOME="/config";
cd tests;
choosenim ${{ matrix.nim-version }}
nimble clean;
nimble simulator;
xvfb-run "${{ env.PLAYDATE_SDK_PATH }}/bin/PlaydateSimulator" tests.pdx

0 comments on commit e7160ec

Please sign in to comment.