Skip to content

Commit 65dc57b

Browse files
committed
Update dotnet version for functional CI
1 parent 5520a5a commit 65dc57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET Core
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 6.0.x
17+
dotnet-version: 7.0.x
1818
- name: Install dependencies
1919
working-directory: ${{env.working-directory}}
2020
run: dotnet restore
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet build Codehard.Functional.sln --configuration Release --no-restore /p:ContinuousIntegrationBuild=true
2424
- name: Unit Test
2525
working-directory: ${{env.working-directory}}
26-
run: dotnet test Codehard.Functional.sln --no-restore --verbosity normal
26+
run: dotnet test Codehard.Functional.sln --verbosity diag
2727

2828
build-and-test-common:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)