Skip to content

Commit 9031a87

Browse files
committed
chore: try ci
1 parent 1248072 commit 9031a87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: [main, master]
55
pull_request:
66
branches: [main, master]
7+
env:
8+
ARGOS_API_BASE_URL: https://b485-93-19-70-152.ngrok-free.app/v2
9+
ARGOS_TOKEN: 693417bc679790f870523b98ebaf777f5f0a231c
710
jobs:
811
playwright-tests:
912
timeout-minutes: 60
@@ -23,6 +26,3 @@ jobs:
2326

2427
- name: Run Playwright tests
2528
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
26-
env:
27-
ARGOS_API_BASE_URL: https://b485-93-19-70-152.ngrok-free.app/v2
28-
ARGOS_TOKEN: 693417bc679790f870523b98ebaf777f5f0a231c

0 commit comments

Comments
 (0)