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 c216cc6 commit 2662c69Copy full SHA for 2662c69
.github/workflows/build-node-python.yml
@@ -440,6 +440,9 @@ jobs:
440
- name: Run playwright e2e tests
441
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
442
shell: bash
443
+ env:
444
+ VISYN_CORE__SENTRY__FRONTEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__FRONTEND_DSN }}
445
+ VISYN_CORE__SENTRY__BACKEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__BACKEND_DSN }}
446
- name: Upload bundle
447
uses: actions/upload-artifact@v4
448
if: always()
0 commit comments