Skip to content

Commit

Permalink
chore: try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 2, 2024
1 parent 33387b6 commit dc80066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
env:
ARGOS_API_BASE_URL: https://b485-93-19-70-152.ngrok-free.app/v2
ARGOS_TOKEN: 693417bc679790f870523b98ebaf777f5f0a231c
jobs:
playwright-tests:
timeout-minutes: 60
Expand All @@ -23,6 +26,3 @@ jobs:

- name: Run Playwright tests
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 comments on commit dc80066

Please sign in to comment.