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 5a29472 commit 6a858fbCopy full SHA for 6a858fb
.github/workflows/ci.yml
@@ -86,8 +86,11 @@ jobs:
86
with:
87
dotnet-version: 6.0.x
88
89
+ - name: Restore
90
+ run: dotnet restore --verbosity normal
91
+
92
- name: Build
- run: dotnet build
93
+ run: dotnet build --no-restore
94
95
- name: Test
96
run: dotnet test --no-build --verbosity normal --logger "trx;LogFileName=${{ matrix.DB }}.trx" --results-directory . ${{ matrix.TEST_PROJECT }}
0 commit comments