Skip to content

Commit

Permalink
hrm
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 20, 2024
1 parent 4a94ba6 commit 7147506
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
matrix:
arg: [
"BASIC_TESTS",
"CREATE_AND_DESTROY_TEST",
"PLANET_GEN_TEST",
"RUIN_PLACEMENT_TEST",
"SHIP_PLACEMENT_TEST",
"THE_TEST_THAT_FAILS"
]
uses: ./.github/workflows/run_integration_tests.yml
Expand Down
2 changes: 1 addition & 1 deletion tools/pull_request_hooks/rerunFlakyTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {
}

export async function rerunFlakyTests({ github, context }) {
console.log("Flakey Test Checker")
console.log("Flaky Test Checker")
const failingJobs = await getFailedJobsForRun(
github,
context,
Expand Down

0 comments on commit 7147506

Please sign in to comment.