Skip to content

Commit 39a3727

Browse files
scttcperandrewshie-sentry
authored andcommitted
test(ui): Always run jest tests and tsc (#87592)
1 parent c0f7ecc commit 39a3727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
frontend-jest-tests:
7878
if: needs.files-changed.outputs.testable_rules_changed == 'true' || needs.files-changed.outputs.testable_modified == 'true'
79-
needs: [files-changed, typescript]
79+
needs: [files-changed]
8080
name: Jest
8181
# If you change the runs-on image, you must also change the runner in jest-balance.yml
8282
# so that the balancer runs in the same environment as the tests.

0 commit comments

Comments
 (0)