Skip to content

Commit 9edd299

Browse files
committed
fix: add compiler compliance check to dependency of preDeploy confirmPassing job
1 parent bb35f3b commit 9edd299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preDeploy.yml

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

2727
confirmPassingBuild:
2828
runs-on: ubuntu-latest
29-
needs: [typecheck, lint, test]
29+
needs: [typecheck, lint, react-compiler-compliance, test]
3030
if: ${{ always() }}
3131

3232
steps:

0 commit comments

Comments
 (0)