We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4560ca commit 96f1b13Copy full SHA for 96f1b13
.github/workflows/test.yml
@@ -96,14 +96,6 @@ jobs:
96
run: dotnet build -c Release --nologo --no-restore Monai.Deploy.WorkloadManager.IntegrationTests.csproj
97
working-directory: ./src/Monai.Deploy.WorkloadManager.IntegrationTests
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
106
-
107
- name: Run Integration Tests
108
run: dotnet test Monai.Deploy.WorkloadManager.IntegrationTests.csproj
109
0 commit comments