Skip to content

Commit 55431fe

Browse files
committed
fix: run build before tests
1 parent 790182e commit 55431fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
run: pnpm changeset status --since origin/main
7474

7575
compiler-e2e:
76+
needs: check
7677
timeout-minutes: 60
7778
runs-on: ubuntu-latest
7879
steps:

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"test:e2e:prepare": {
2121
"dependsOn": [
22-
"^build"
22+
"build"
2323
]
2424
},
2525
"test:e2e": {

0 commit comments

Comments
 (0)