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 1c3756d commit b21e568Copy full SHA for b21e568
.github/workflows/integration.yml
@@ -57,6 +57,13 @@ jobs:
57
- name: Install examples
58
run: npm run install:examples
59
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
+
67
- name: Wait for app to be reachable
68
run: |
69
echo "Waiting for CRA app to respond on port 3000..."
0 commit comments