From a7e8e76b44e6a373f4cccb1ede03e7d9be9dea10 Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Thu, 7 Sep 2023 05:32:06 +0000 Subject: [PATCH] chore: enable test-2e --- .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 3f91003ba8519..281d06d186d87 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.