Skip to content

Commit c99448d

Browse files
committed
remove enterprise e2e tests from ci job temporarily
1 parent 492c9d5 commit c99448d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -478,13 +478,6 @@ jobs:
478478
DEBUG: pw:api
479479
working-directory: site
480480

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-
488481
- name: Upload Playwright Failed Tests
489482
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
490483
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)