Skip to content

Commit c5e21a0

Browse files
author
Nathan Lemma (Waferwire LLC)
committed
- attempt build and run unit tests with .net 8 only
1 parent 6731ccc commit c5e21a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/dotnet-test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ runs:
99
steps:
1010
- name: Run Unit Tests
1111
shell: bash
12-
run: dotnet test "Microsoft.Health.Fhir.sln" -p:ContinuousIntegrationBuild=true; --filter "FullyQualifiedName~UnitTests" --configuration ${{inputs.buildConfiguration}} --verbosity normal
12+
run: dotnet test "Microsoft.Health.Fhir.sln" -p:ContinuousIntegrationBuild=true; --filter "FullyQualifiedName~UnitTests" --configuration ${{inputs.buildConfiguration}} --no-build --verbosity normal

.github/workflows/fhir-oss-ci-pipeline.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
global-json-file: 'global.json'
4949
dotnet-version: |
50-
6.x
5150
8.x
5251
5352
- name: Determine Semver

0 commit comments

Comments
 (0)