Skip to content

Commit 96f1b13

Browse files
committed
Remove commented out code
Signed-off-by: RemakingEden <[email protected]>
1 parent d4560ca commit 96f1b13

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ jobs:
9696
run: dotnet build -c Release --nologo --no-restore Monai.Deploy.WorkloadManager.IntegrationTests.csproj
9797
working-directory: ./src/Monai.Deploy.WorkloadManager.IntegrationTests
9898

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-
10799
- name: Run Integration Tests
108100
run: dotnet test Monai.Deploy.WorkloadManager.IntegrationTests.csproj
109101
working-directory: ./src/Monai.Deploy.WorkloadManager.IntegrationTests

0 commit comments

Comments
 (0)