From cb1c68ba0847f04ea54384c9b4500502c00681e6 Mon Sep 17 00:00:00 2001 From: Mike Chu Date: Wed, 19 Jul 2023 09:24:17 -0400 Subject: [PATCH] Downgrade to non-ODP FSC version for e2e GH Actions tests --- .github/workflows/csharp.yml | 4 ++-- .github/workflows/integration_test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index f096db7f..28895739 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -101,7 +101,7 @@ jobs: integration_tests: name: Run Integration Tests needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ] - uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master + uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@mike/prep-release-3.11.3 secrets: CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }} TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }} @@ -109,7 +109,7 @@ jobs: fullstack_production_suite: name: Run Performance Tests needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ] - uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master + uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@mike/prep-release-3.11.3 with: FULLSTACK_TEST_REPO: ProdTesting secrets: diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 423e2dfe..3ba752d5 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -37,7 +37,7 @@ jobs: SDK: csharp FULLSTACK_TEST_REPO: ${{ inputs.FULLSTACK_TEST_REPO }} BUILD_NUMBER: ${{ github.run_id }} - TESTAPP_BRANCH: master + TESTAPP_BRANCH: mike/3.11.x-testing # TestApp branch that was not ODP aware GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }} EVENT_TYPE: ${{ github.event_name }} GITHUB_CONTEXT: ${{ toJson(github) }}