We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666abad commit 282b7cfCopy full SHA for 282b7cf
.github/workflows/csharp.yml
@@ -103,14 +103,14 @@ jobs:
103
integration_tests:
104
name: Run Integration Tests
105
needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
106
- uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
+ uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
107
secrets:
108
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
109
110
fullstack_production_suite:
111
name: Run Performance Tests
112
113
114
with:
115
FULLSTACK_TEST_REPO: ProdTesting
116
0 commit comments