Skip to content

Commit 9f1e28f

Browse files
committed
really?
1 parent 75f2b49 commit 9f1e28f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,9 @@ jobs:
927927
NEXT_PUBLIC_E2E_TEST_DSN: 'https://username@domain/123'
928928
PUBLIC_E2E_TEST_DSN: 'https://username@domain/123'
929929
REACT_APP_E2E_TEST_DSN: 'https://username@domain/123'
930+
VITE_E2E_TEST_DSN: 'https://username@domain/123'
931+
# For Spotlight environment variable tests
932+
VITE_SENTRY_SPOTLIGHT: 'true'
930933
E2E_TEST_SENTRY_ORG_SLUG: 'sentry-javascript-sdks'
931934
E2E_TEST_SENTRY_PROJECT: 'sentry-javascript-e2e-tests'
932935
strategy:
@@ -1056,6 +1059,9 @@ jobs:
10561059
NEXT_PUBLIC_E2E_TEST_DSN: ${{ secrets.E2E_TEST_DSN }}
10571060
PUBLIC_E2E_TEST_DSN: ${{ secrets.E2E_TEST_DSN }}
10581061
REACT_APP_E2E_TEST_DSN: ${{ secrets.E2E_TEST_DSN }}
1062+
VITE_E2E_TEST_DSN: ${{ secrets.E2E_TEST_DSN }}
1063+
# For Spotlight environment variable tests
1064+
VITE_SENTRY_SPOTLIGHT: 'true'
10591065
E2E_TEST_SENTRY_ORG_SLUG: 'sentry-javascript-sdks'
10601066
E2E_TEST_SENTRY_PROJECT: 'sentry-javascript-e2e-tests'
10611067
strategy:

0 commit comments

Comments
 (0)