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 492c9d5 commit c99448dCopy full SHA for c99448d
.github/workflows/ci.yaml
@@ -478,13 +478,6 @@ jobs:
478
DEBUG: pw:api
479
working-directory: site
480
481
- # Run all of the tests with an enterprise license
482
- - run: pnpm playwright:test --forbid-only --workers 1
483
- env:
484
- DEBUG: pw:api
485
- CODER_E2E_ENTERPRISE_LICENSE: ${{ secrets.CODER_E2E_ENTERPRISE_LICENSE }}
486
- working-directory: site
487
-
488
- name: Upload Playwright Failed Tests
489
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
490
uses: actions/upload-artifact@v4
0 commit comments