Skip to content

Commit d4560ca

Browse files
committed
Removed variable substitution
Signed-off-by: RemakingEden <[email protected]>
1 parent f6e0374 commit d4560ca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ 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
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
106106

107107
- name: Run Integration Tests
108108
run: dotnet test Monai.Deploy.WorkloadManager.IntegrationTests.csproj

0 commit comments

Comments
 (0)