Skip to content

Commit

Permalink
increase mstest verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Jul 14, 2020
1 parent 0da3a6a commit 09681c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet build -c Debug
- name: Unit Tests
run: dotnet test -v n
run: dotnet test -v d
env:
orbit_client_id: ${{ secrets.ORBIT_CLIENT_ID }}
orbit_client_secret: ${{ secrets.ORBIT_CLIENT_SECRET }}

0 comments on commit 09681c7

Please sign in to comment.