Skip to content

Commit

Permalink
repeat tests until they pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanilov committed Nov 1, 2024
1 parent 787ca5d commit 2edd634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: test
run: |
PATH=$Qt6_BINDIR:$MinGW_BIN:$PATH
ctest --output-on-failure --test-dir $BUILD_DIR/tests
ctest --output-on-failure --test-dir $BUILD_DIR/tests --repeat until-pass:5
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
path: ${{ env.BUILD_DIR }}/soundscape-*
- name: test
run: |
ctest --output-on-failure --test-dir $BUILD_DIR/tests
ctest --output-on-failure --test-dir $BUILD_DIR/tests --repeat until-pass:5
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 2edd634

Please sign in to comment.