File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -499,8 +499,8 @@ jobs:
499
499
working-directory : site
500
500
501
501
test-e2e :
502
- runs-on : ${{ github.repository_owner == 'coder' && (matrix.variant.enterprise && 'depot-ubuntu-22.04' || 'depot-ubuntu-22.04-4') || 'ubuntu-latest' }}
503
502
# test-e2e fails on 2-core 8GB runners, so we use the 4-core 16GB runner
503
+ runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || 'ubuntu-latest' }}
504
504
needs : changes
505
505
if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
506
506
timeout-minutes : 20
@@ -550,9 +550,6 @@ jobs:
550
550
CODER_E2E_LICENSE : ${{ secrets.CODER_E2E_LICENSE }}
551
551
CODER_E2E_REQUIRE_PREMIUM_TESTS : " 1"
552
552
working-directory : site
553
- # Temporarily allow these to fail so that I can gather data about which
554
- # tests are failing.
555
- continue-on-error : true
556
553
557
554
- name : Upload Playwright Failed Tests
558
555
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
You can’t perform that action at this time.
0 commit comments