Skip to content

Commit

Permalink
Downgrade to non-ODP FSC version for e2e GH Actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Jul 19, 2023
1 parent 6d9c58c commit cb1c68b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ 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 }}

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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit cb1c68b

Please sign in to comment.