We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f7ecc commit 39a3727Copy full SHA for 39a3727
.github/workflows/frontend.yml
@@ -76,7 +76,7 @@ jobs:
76
77
frontend-jest-tests:
78
if: needs.files-changed.outputs.testable_rules_changed == 'true' || needs.files-changed.outputs.testable_modified == 'true'
79
- needs: [files-changed, typescript]
+ needs: [files-changed]
80
name: Jest
81
# If you change the runs-on image, you must also change the runner in jest-balance.yml
82
# so that the balancer runs in the same environment as the tests.
0 commit comments