Skip to content

Commit fd565e0

Browse files
authored
chore: enable test-2e (#9567)
1 parent bfff88d commit fd565e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,7 @@ jobs:
512512
test-e2e:
513513
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
514514
needs: changes
515-
# if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
516-
if: false
515+
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
517516
timeout-minutes: 20
518517
steps:
519518
- name: Checkout
@@ -692,7 +691,7 @@ jobs:
692691
- test-go-pg
693692
- test-go-race
694693
- test-js
695-
# - test-e2e
694+
- test-e2e
696695
- offlinedocs
697696
# Allow this job to run even if the needed jobs fail, are skipped or
698697
# cancelled.

0 commit comments

Comments
 (0)