Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke authored May 20, 2024
1 parent 3656fd3 commit 2fa432c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ jobs:
python -m pip --version
tox --version
- name: Run tox
run: tox
- name: Run integration tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
max_attempts: 3
command: tox

unit:
name: unit test / python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2fa432c

Please sign in to comment.