Skip to content

Commit

Permalink
retry last failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Aug 22, 2024
1 parent 389cb78 commit 4723c34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ jobs:
pip install -r requirements-iris.txt
pip install -e .
- name: Run unit tests
run: pytest --container containers.intersystems.com/intersystems/iris-community:latest-em
- uses: nick-fields/retry@v2
name: Run unit tests
with:
timeout_minutes: 10
max_attempts: 3
command: pytest --container containers.intersystems.com/intersystems/iris-community:latest-em --lf

# - name: Run Linters
# if: matrix.python-version == '3.10'
Expand Down

0 comments on commit 4723c34

Please sign in to comment.