From fd565e0e0bd39d16d6a7cc0b4d7cd1fac27473c0 Mon Sep 17 00:00:00 2001 From: Kayla Washburn Date: Wed, 6 Sep 2023 23:49:40 -0600 Subject: [PATCH] chore: enable test-2e (#9567) --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f91003ba8..281d06d186 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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.