File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments