Skip to content

Commit 72a7f5f

Browse files
committed
hmm
1 parent 6c910f9 commit 72a7f5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ jobs:
499499
working-directory: site
500500

501501
test-e2e:
502-
runs-on: ${{ github.repository_owner == 'coder' && (matrix.variant.enterprise && 'depot-ubuntu-22.04' || 'depot-ubuntu-22.04-4') || 'ubuntu-latest' }}
503502
# 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' }}
504504
needs: changes
505505
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
506506
timeout-minutes: 20
@@ -550,9 +550,6 @@ jobs:
550550
CODER_E2E_LICENSE: ${{ secrets.CODER_E2E_LICENSE }}
551551
CODER_E2E_REQUIRE_PREMIUM_TESTS: "1"
552552
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
556553

557554
- name: Upload Playwright Failed Tests
558555
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork

0 commit comments

Comments
 (0)