Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Fixing workflows (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongle-the-gadget authored Sep 1, 2021
1 parent 6cb142c commit d1ddb79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
cd src
dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: |
cd src
dotnet build --no-restore

0 comments on commit d1ddb79

Please sign in to comment.