Skip to content

Commit

Permalink
Merge pull request #1809 from tgstation/FixFlakyTests
Browse files Browse the repository at this point in the history
Fix flaky tests rerunner
  • Loading branch information
Cyberboss authored Mar 28, 2024
2 parents 0cf3ded + 27b5499 commit aba366d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rerun-flaky-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- completed
jobs:
rerun_flaky_tests:
name: Rerun Flaky Tests
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt == 1 }}
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scripts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}

0 comments on commit aba366d

Please sign in to comment.