Skip to content

Commit 64e68dd

Browse files
committed
build questions lib in advance of studio launch
1 parent 085a9e5 commit 64e68dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-pkg-cli.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
working-directory: packages/cli
9191
run: yarn try:init:empty
9292
93+
- name: Pre-build custom questions library
94+
working-directory: packages/cli/testproject-empty
95+
run: npm run build:lib
96+
9397
- name: Start studio mode for custom questions workflow
9498
working-directory: packages/cli/testproject-empty
9599
run: |
@@ -106,7 +110,7 @@ jobs:
106110
echo "First 50 lines of studio log:"
107111
head -50 studio.log || echo "No log file yet"
108112
echo "Waiting for studio server to be ready..."
109-
npx wait-on http://localhost:7174 --timeout 120000 || (echo "wait-on failed, showing full log:" && cat studio.log && exit 1)
113+
npx wait-on http://localhost:7174 --timeout 60000 || (echo "wait-on failed, showing full log:" && cat studio.log && exit 1)
110114
111115
- name: Run custom questions studio mode tests
112116
working-directory: packages/cli

0 commit comments

Comments
 (0)