From 595c774801002130972c2948316c4ef89f1dcec2 Mon Sep 17 00:00:00 2001 From: "Joshua J. Berry" Date: Mon, 11 Sep 2023 13:54:21 -0700 Subject: [PATCH] Stop using the tinycicd namespace for tests Switch to our regular `sdk-ci` namespace instead. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6c10814..c1fe18af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,8 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == '' || github.event.pull_request.head.repo.full_name == 'temporalio/sdk-go' }} runs-on: ubuntu-latest env: - SERVICE_ADDR: tinycicd.sdk.tmprl.cloud:7233 - TEMPORAL_NAMESPACE: tinycicd.sdk + SERVICE_ADDR: sdk-ci.a2dd6.tmprl.cloud:7233 + TEMPORAL_NAMESPACE: sdk-ci.a2dd6 TEMPORAL_CLIENT_CERT: ${{ secrets.TEMPORAL_CLIENT_CERT }} TEMPORAL_CLIENT_KEY: ${{ secrets.TEMPORAL_CLIENT_KEY }} steps: @@ -77,4 +77,3 @@ jobs: go-repo-path: ${{github.event.pull_request.head.repo.full_name}} version: ${{github.event.pull_request.head.ref}} version-is-repo-ref: true -