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 1248072 commit 9031a87Copy full SHA for 9031a87
.github/workflows/playwright.yml
@@ -4,6 +4,9 @@ on:
4
branches: [main, master]
5
pull_request:
6
7
+env:
8
+ ARGOS_API_BASE_URL: https://b485-93-19-70-152.ngrok-free.app/v2
9
+ ARGOS_TOKEN: 693417bc679790f870523b98ebaf777f5f0a231c
10
jobs:
11
playwright-tests:
12
timeout-minutes: 60
@@ -23,6 +26,3 @@ jobs:
23
26
24
27
- name: Run Playwright tests
25
28
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
- env:
- ARGOS_API_BASE_URL: https://b485-93-19-70-152.ngrok-free.app/v2
- ARGOS_TOKEN: 693417bc679790f870523b98ebaf777f5f0a231c
0 commit comments