Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
peetw committed Feb 2, 2024
1 parent ce82fb3 commit bf06003
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Restore
run: dotnet restore

- name: Build
run: dotnet build --verbosity normal
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal --logger "trx;LogFileName=${{ matrix.DB }}.trx" --results-directory . ${{ matrix.TEST_PROJECT }}
Expand Down

0 comments on commit bf06003

Please sign in to comment.