chore: enable test-2e (#9567)

This commit is contained in:
Kayla Washburn
2023-09-07 05:49:40 +00:00
committed by GitHub
parent bfff88d2d3
commit fd565e0e0b
+2 -3
View File
@@ -512,8 +512,7 @@ jobs:
test-e2e:
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
needs: changes
# if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
if: false
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
timeout-minutes: 20
steps:
- name: Checkout
@@ -692,7 +691,7 @@ jobs:
- test-go-pg
- test-go-race
- test-js
# - test-e2e
- test-e2e
- offlinedocs
# Allow this job to run even if the needed jobs fail, are skipped or
# cancelled.