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 @@ -99,15 +99,15 @@ jobs:
99
99
- name : Build & strongly name assemblies
100
100
run : dotnet build OptimizelySDK.NetStandard20/OptimizelySDK.NetStandard20.csproj /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=D:\a\csharp-sdk\csharp-sdk\keypair.snk -c Release
101
101
102
- integration_tests :
102
+ integrationTests :
103
103
name : Run Integration Tests
104
104
needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
105
105
uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
106
106
secrets :
107
107
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
108
108
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
109
109
110
- fullstack_production_suite :
110
+ performanceTests :
111
111
name : Run Performance Tests
112
112
needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
113
113
uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
You can’t perform that action at this time.
0 commit comments