Skip to content

Commit 0a65368

Browse files
committed
fix: Disable Infrastructure tests (project only in feature branch)
1 parent e972038 commit 0a65368

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/test-dotnet.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@ jobs:
3939
working-directory: portal/CloudHealthOffice.Portal.Tests
4040
run: dotnet test --no-build --verbosity normal --logger "trx;LogFileName=portal-test-results.trx" --collect:"XPlat Code Coverage"
4141

42-
- name: Restore dependencies - Infrastructure Tests
43-
working-directory: services/shared/CloudHealthOffice.Infrastructure.Tests
44-
run: dotnet restore
45-
46-
- name: Build - Infrastructure Tests
47-
working-directory: services/shared/CloudHealthOffice.Infrastructure.Tests
48-
run: dotnet build --no-restore
49-
50-
- name: Test - Infrastructure (Multi-Cloud)
51-
working-directory: services/shared/CloudHealthOffice.Infrastructure.Tests
52-
run: dotnet test --no-build --verbosity normal --logger "trx;LogFileName=infrastructure-test-results.trx" --collect:"XPlat Code Coverage"
42+
# Infrastructure tests disabled - project only exists in feature/multi-cloud-infrastructure branch
43+
# - name: Restore dependencies - Infrastructure Tests
44+
# working-directory: services/shared/CloudHealthOffice.Infrastructure.Tests
45+
# run: dotnet restore
46+
47+
# - name: Build - Infrastructure Tests
48+
# working-directory: services/shared/CloudHealthOffice.Infrastructure.Tests
49+
# run: dotnet build --no-restore
50+
51+
# - name: Test - Infrastructure (Multi-Cloud)
52+
# working-directory: services/shared/CloudHealthOffice.Infrastructure.Tests
53+
# run: dotnet test --no-build --verbosity normal --logger "trx;LogFileName=infrastructure-test-results.trx" --collect:"XPlat Code Coverage"
5354

5455
- name: Restore dependencies - Member Service Tests
5556
working-directory: services/member-service/MemberService.Tests

0 commit comments

Comments
 (0)