Skip to content

Commit

Permalink
Remove retying of running tests as no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Oct 1, 2024
1 parent 6d6b603 commit 24e1db6
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/execute-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,9 @@ jobs:
- name: Install project dependencies
run: make install

# Some tests fails intermittently, likely due to the public runners being
# very slow. Especially any client/server tests seems to be problematic.
# This is a simple attempt to re-run the tests up to three times if they
# fail. Does not add any execution time if successful.
- uses: Wandalen/wretry.action@v1.4.4
name: Run tests
with:
command: make test
current_path: ${{ inputs.workpath }}
attempt_limit: 5
attempt_delay: 2000

- name: Run tests
run: make test

- name: Upload coverage
uses: codecov/codecov-action@v4
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && github.repository == 'doorstop-dev/doorstop' }}
Expand Down

0 comments on commit 24e1db6

Please sign in to comment.