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 5d3efef commit 54f08b3Copy full SHA for 54f08b3
.github/workflows/e2e-tests.yml
@@ -40,6 +40,13 @@ jobs:
40
- run: |
41
echo "SUPABASE_ANON_KEY=$(supabase status -o env | grep SUPABASE_ANON_KEY | cut -d= -f2)" >> $GITHUB_ENV
42
43
+ - name: Start Angular web app
44
+ run: npm run start:local &
45
+ env: { NODE_ENV: "test" }
46
+
47
+ - name: Wait for Angular web app (≤30 s)
48
+ run: npx --yes wait-on http://localhost:4200 --timeout 30000
49
50
- run: npx playwright install --with-deps
51
- run: npm run e2e:web:local
52
env: { CI: "true" }
0 commit comments