From 1f1cd1e236b296d22796423047fbefb5f449bc0b Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Fri, 19 Apr 2024 17:02:22 +0530 Subject: [PATCH] Add self serve variable in tests (#14665) --- .github/workflows/api-v1-production-build.yml | 1 + .github/workflows/e2e-app-store.yml | 1 + .github/workflows/e2e-embed-react.yml | 1 + .github/workflows/e2e-embed.yml | 1 + .github/workflows/e2e.yml | 1 + .github/workflows/production-build-without-database.yml | 1 + .github/workflows/production-build.yml | 1 + 7 files changed, 7 insertions(+) diff --git a/.github/workflows/api-v1-production-build.yml b/.github/workflows/api-v1-production-build.yml index 19786d19ba..fc4a140578 100644 --- a/.github/workflows/api-v1-production-build.yml +++ b/.github/workflows/api-v1-production-build.yml @@ -35,6 +35,7 @@ env: TURBO_TEAM: ${{ secrets.TURBO_TEAM }} NEXT_PUBLIC_API_V2_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_URL }} NEXT_PUBLIC_API_V2_ROOT_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_ROOT_URL }} + NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED: ${{ vars.CI_NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED }} jobs: build: diff --git a/.github/workflows/e2e-app-store.yml b/.github/workflows/e2e-app-store.yml index 02ddd49fe4..a7d8006d36 100644 --- a/.github/workflows/e2e-app-store.yml +++ b/.github/workflows/e2e-app-store.yml @@ -92,6 +92,7 @@ jobs: SENDGRID_EMAIL: ${{ secrets.CI_SENDGRID_EMAIL }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED: ${{ vars.CI_NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED }} - name: Upload Test Results if: ${{ always() }} uses: actions/upload-artifact@v4 diff --git a/.github/workflows/e2e-embed-react.yml b/.github/workflows/e2e-embed-react.yml index dab5df8ed0..cdc060a460 100644 --- a/.github/workflows/e2e-embed-react.yml +++ b/.github/workflows/e2e-embed-react.yml @@ -74,6 +74,7 @@ jobs: SENDGRID_EMAIL: ${{ secrets.CI_SENDGRID_EMAIL }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED: ${{ vars.CI_NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED }} - name: Upload Test Results if: ${{ always() }} uses: actions/upload-artifact@v4 diff --git a/.github/workflows/e2e-embed.yml b/.github/workflows/e2e-embed.yml index 677626c303..6bc3eeb8c9 100644 --- a/.github/workflows/e2e-embed.yml +++ b/.github/workflows/e2e-embed.yml @@ -81,6 +81,7 @@ jobs: SENDGRID_EMAIL: ${{ secrets.CI_SENDGRID_EMAIL }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED: ${{ vars.CI_NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED }} - name: Upload Test Results if: ${{ always() }} uses: actions/upload-artifact@v4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e6afe6c691..d62bb29b0b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -83,6 +83,7 @@ jobs: SENDGRID_EMAIL: ${{ secrets.CI_SENDGRID_EMAIL }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} + NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED: ${{ vars.CI_NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED }} - name: Upload Test Results if: ${{ always() }} uses: actions/upload-artifact@v4 diff --git a/.github/workflows/production-build-without-database.yml b/.github/workflows/production-build-without-database.yml index a459da750d..8d88b2f493 100644 --- a/.github/workflows/production-build-without-database.yml +++ b/.github/workflows/production-build-without-database.yml @@ -32,6 +32,7 @@ env: TURBO_TEAM: ${{ secrets.TURBO_TEAM }} NEXT_PUBLIC_API_V2_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_URL }} NEXT_PUBLIC_API_V2_ROOT_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_ROOT_URL }} + NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED: ${{ vars.CI_NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED }} jobs: diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index f9828cc958..ddd85c81a8 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -36,6 +36,7 @@ env: TURBO_TEAM: ${{ secrets.TURBO_TEAM }} NEXT_PUBLIC_API_V2_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_URL }} NEXT_PUBLIC_API_V2_ROOT_URL: ${{ secrets.CI_NEXT_PUBLIC_API_V2_ROOT_URL }} + NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED: ${{ vars.CI_NEXT_PUBLIC_ORG_SELF_SERVE_ENABLED }} jobs: