Skip to content

Commit

Permalink
Update unit-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Jul 14, 2020
1 parent 25d387b commit df41c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 m
run: dotnet test
env:
orbit_client_id: ${{ secrets.ORBIT_CLIENT_ID }}
orbit_client_secret: ${{ secrets.ORBIT_CLIENT_SECRET }}
orbit_client_secret: ${{ secrets.ORBIT_CLIENT_SECRET }}

0 comments on commit df41c99

Please sign in to comment.