Skip to content

Commit 432d7e3

Browse files
Update .github/workflows/coverage.yml
1 parent c38de96 commit 432d7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
status: 'completed'
2020
});
2121
22-
const bothComplete = ['Integrations Tests', 'Integration Tests'].every(name =>
22+
const bothComplete = ['Integration Tests', 'Unit Tests'].every(name =>
2323
workflows.data.workflow_runs.some(run => run.name === name)
2424
);
2525

0 commit comments

Comments
 (0)