Skip to content

Commit b21e568

Browse files
chore(ci): debug CRA app startup before Cypress run
1 parent 1c3756d commit b21e568

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
- name: Install examples
5858
run: npm run install:examples
5959

60+
- name: Start CRA app in background
61+
run: |
62+
npm run start:cra > app.log 2>&1 &
63+
sleep 10
64+
echo "=== Dumping app.log ==="
65+
tail -n 50 app.log
66+
6067
- name: Wait for app to be reachable
6168
run: |
6269
echo "Waiting for CRA app to respond on port 3000..."

0 commit comments

Comments
 (0)