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 1a5e7e9 commit ddead6f
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 @@ -162,8 +162,12 @@ jobs:
pip install tox
tox --version
- name: Run tests
run: tox
- name: Run integration tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
max_attempts: 3
command: tox

- name: Get current date
if: always()
Expand Down

0 comments on commit ddead6f

Please sign in to comment.