File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ jobs:
103103 integration_tests :
104104 name : Run Integration Tests
105105 needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
106- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
106+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
107107 secrets :
108108 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
109109
110110 fullstack_production_suite :
111111 name : Run Performance Tests
112112 needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
113- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
113+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
114114 with :
115115 FULLSTACK_TEST_REPO : ProdTesting
116116 secrets :
You can’t perform that action at this time.
0 commit comments