File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ jobs:
103
103
integration_tests :
104
104
name : Run Integration Tests
105
105
needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
106
- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
106
+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
107
107
secrets :
108
108
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
109
109
110
110
fullstack_production_suite :
111
111
name : Run Performance Tests
112
112
needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
113
- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
113
+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
114
114
with :
115
115
FULLSTACK_TEST_REPO : ProdTesting
116
116
secrets :
You can’t perform that action at this time.
0 commit comments