Skip to content

Commit

Permalink
fix(e2e): base e2e url for accessibility check (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstala authored Jan 14, 2025
1 parent 21a1689 commit 08a7ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accessibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
schedule:
- cron: "30 09 * * *"
jobs:
run-stackblitz-templates-tests:
run-accessibility-check:
runs-on: macos-14
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Run tests
run: |
cd apps/e2e-tests
npx playwright test --grep @accessibility --project=chromium
BASE_E2E_URL=https://frontends-demo.vercel.app/ npx playwright test --grep @accessibility --project=chromium

0 comments on commit 08a7ca8

Please sign in to comment.