We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f1922 commit 20c6f1cCopy full SHA for 20c6f1c
.github/workflows/ci-pkg-cli.yml
@@ -100,8 +100,10 @@ jobs:
100
- name: Wait for studio server to be ready
101
working-directory: packages/cli/testproject-empty
102
run: |
103
- echo "Waiting for studio server on http://localhost:7174..."
104
- npx wait-on http://localhost:7174 --timeout 180000 || (echo "wait-on failed, showing studio log:" && cat studio.log && exit 1)
+ echo "Giving studio 3 minutes to build and start..."
+ sleep 180
105
+ echo "Done waiting, checking studio log:"
106
+ tail -20 studio.log || echo "No log file"
107
108
- name: Run custom questions studio mode tests
109
working-directory: packages/cli
0 commit comments