Skip to content

Commit

Permalink
GH actions: re-run failed Tui tests (#6430)
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie authored Oct 23, 2024
1 parent 28ea786 commit 2ac1a43
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,15 @@ jobs:
pytest cylc/flow tests/unit
- name: Integration Tests
timeout-minutes: 6
timeout-minutes: 5
run: |
pytest tests/integration --ignore tests/integration/tui/
- name: Tui Integration Tests
timeout-minutes: 5
# Re-run failed Tui tests as they can be flaky
run: |
pytest tests/integration
pytest tests/integration/tui || pytest tests/integration/tui --last-failed
- name: Upload failed tests artifact
if: failure()
Expand Down

0 comments on commit 2ac1a43

Please sign in to comment.