Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cassyjay645 authored Nov 4, 2023
1 parent 538993c commit d1d1da4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
if: matrix.os == 'macos-12'
run: dotnet run --project NAPS2.Tools -- build debug -v
- name: Test
run: dotnet run --project NAPS2.Tools -- test -v --nogui
run: dotnet run --project NAPS2.Tools -- test -v --nogui
- name: lsall
run: ls -R

0 comments on commit d1d1da4

Please sign in to comment.