chore: insert enterprise licesnse for e2e testing in actions

This commit is contained in:
Steven Masley 2024-04-09 16:49:57 -05:00
parent 0a8c8ce5cc
commit d51592a30c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -476,6 +476,7 @@ jobs:
- run: pnpm playwright:test --forbid-only --workers 1
env:
DEBUG: pw:api
CODER_E2E_ENTERPRISE_LICENSE: ${{ secrets.CODER_E2E_ENTERPRISE_LICENSE }}
working-directory: site
- name: Upload Playwright Failed Tests