File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments