Skip to content

Commit c159538

Browse files
Rename jobs for consistency
1 parent 540ff46 commit c159538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ jobs:
9999
- name: Build & strongly name assemblies
100100
run: dotnet build OptimizelySDK.NetStandard20/OptimizelySDK.NetStandard20.csproj /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=D:\a\csharp-sdk\csharp-sdk\keypair.snk -c Release
101101

102-
integration_tests:
102+
integrationTests:
103103
name: Run Integration Tests
104104
needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
105105
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
106106
secrets:
107107
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
108108
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
109109

110-
fullstack_production_suite:
110+
performanceTests:
111111
name: Run Performance Tests
112112
needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
113113
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master

0 commit comments

Comments
 (0)