Skip to content

Commit

Permalink
Restore missing verb
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Aug 29, 2022
1 parent 0b03837 commit 9e30cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
#ALTER USER 'root'@'localhost' IDENTIFIED BY 'root';
#EOM
- name: Test
run: dotnet --logger "console;verbosity=minimal" --nologo
run: dotnet test --logger "console;verbosity=minimal" --nologo
- name: Pack
run: |
mkdir -p NuGet/bin
Expand Down

0 comments on commit 9e30cdd

Please sign in to comment.