We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d86a0 commit 43572cfCopy full SHA for 43572cf
.github/workflows/build.yml
@@ -993,7 +993,15 @@ jobs:
993
994
- name: Set Spotlight env var for spotlight tests
995
if: contains(matrix.test-application, 'spotlight')
996
- run: echo "NEXT_PUBLIC_SENTRY_SPOTLIGHT=true" >> $GITHUB_ENV
+ run: |
997
+ echo "NEXT_PUBLIC_SENTRY_SPOTLIGHT=true" >> $GITHUB_ENV
998
+ echo "Setting NEXT_PUBLIC_SENTRY_SPOTLIGHT=true for spotlight test"
999
+
1000
+ - name: Debug Spotlight env var
1001
+ if: contains(matrix.test-application, 'spotlight')
1002
1003
+ echo "NEXT_PUBLIC_SENTRY_SPOTLIGHT=$NEXT_PUBLIC_SENTRY_SPOTLIGHT"
1004
+ env | grep -i spotlight || echo "No SPOTLIGHT vars found"
1005
1006
- name: Build E2E app
1007
working-directory: ${{ runner.temp }}/test-application
0 commit comments