File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ jobs:
96
96
run : dotnet build -c Release --nologo --no-restore Monai.Deploy.WorkloadManager.IntegrationTests.csproj
97
97
working-directory : ./src/Monai.Deploy.WorkloadManager.IntegrationTests
98
98
99
- - name : App Settings Variable Substitution
100
- uses : microsoft/variable-substitution@v1
101
- with :
102
- files : ' ./src/Monai.Deploy.WorkloadManager.IntegrationTests/appsettings.json'
103
- env :
104
- TestExecutionConfig.RabbitConfig.Host : rabbit
105
- TestExecutionConfig.MongoConfig.Host : mongo
99
+ # - name: App Settings Variable Substitution
100
+ # uses: microsoft/variable-substitution@v1
101
+ # with:
102
+ # files: './src/Monai.Deploy.WorkloadManager.IntegrationTests/appsettings.json'
103
+ # env:
104
+ # TestExecutionConfig.RabbitConfig.Host: rabbit
105
+ # TestExecutionConfig.MongoConfig.Host: mongo
106
106
107
107
- name : Run Integration Tests
108
108
run : dotnet test Monai.Deploy.WorkloadManager.IntegrationTests.csproj
You can’t perform that action at this time.
0 commit comments