Skip to content

Commit

Permalink
Change integration_test.yml branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Jul 26, 2023
1 parent fa708bd commit 49dda1e
Showing 1 changed file with 2 additions and 2 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@mike/pick-prep-3.11.4
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@release-3.11.4
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@mike/pick-prep-3.11.4
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@release-3.11.4
with:
FULLSTACK_TEST_REPO: ProdTesting
secrets:
Expand Down

0 comments on commit 49dda1e

Please sign in to comment.