We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5520a5a commit 65dc57bCopy full SHA for 65dc57b
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup .NET Core
15
uses: actions/setup-dotnet@v1
16
with:
17
- dotnet-version: 6.0.x
+ dotnet-version: 7.0.x
18
- name: Install dependencies
19
working-directory: ${{env.working-directory}}
20
run: dotnet restore
@@ -23,7 +23,7 @@ jobs:
23
run: dotnet build Codehard.Functional.sln --configuration Release --no-restore /p:ContinuousIntegrationBuild=true
24
- name: Unit Test
25
26
- run: dotnet test Codehard.Functional.sln --no-restore --verbosity normal
+ run: dotnet test Codehard.Functional.sln --verbosity diag
27
28
build-and-test-common:
29
runs-on: ubuntu-latest
0 commit comments