Skip to content

Commit 6b31712

Browse files
committed
add final step to close write, store, read loop...
for custom questions in a scaffolded app
1 parent ab995f1 commit 6b31712

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,18 @@ jobs:
122122
npm run dev &
123123
npx wait-on http://localhost:5173 --timeout 60000
124124
125+
- name: Run custom questions dev mode tests
126+
working-directory: packages/cli
127+
run: yarn test:e2e:custom:dev:headless
128+
129+
- name: Final cleanup
130+
if: always()
131+
run: |
132+
kill $(lsof -t -i:6173) || true
133+
kill $(lsof -t -i:7174) || true
134+
kill $(lsof -t -i:3001) || true
135+
kill $(lsof -t -i:5985) || true
136+
125137
- name: Upload studio log on failure
126138
uses: actions/upload-artifact@v4
127139
if: failure()

0 commit comments

Comments
 (0)