Skip to content

Commit

Permalink
test: Fix Nuxt 4 e2e wizard tests (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Dec 11, 2024
1 parent b8e3c31 commit 08e6ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
wizard: [Nuxt-3, Nuct-4, NextJS, Remix, Sveltekit]
wizard: [Nuxt-3, Nuxt-4, NextJS, Remix, Sveltekit]
env:
SENTRY_TEST_AUTH_TOKEN: ${{ secrets.E2E_TEST_SENTRY_AUTH_TOKEN }}
SENTRY_TEST_ORG: 'sentry-javascript-sdks'
Expand All @@ -89,4 +89,4 @@ jobs:
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
- name: Run End-to-End Tests
run: yarn test:e2e ${{ matrix.wizard }}
run: yarn test:e2e ${{ matrix.wizard }}

0 comments on commit 08e6ed0

Please sign in to comment.