Skip to content

Commit

Permalink
Run tests in GitHub.Api.UnitTests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcansdale committed Nov 2, 2020
1 parent acf6a88 commit bc911f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Run unit tests
shell: bash
run: |
vstest.console /TestAdapterPath:test /Settings:test/test.runsettings \
vstest.console /TestAdapterPath:test /Settings:test/test.runsettings \
test/GitHub.Api.UnitTests/bin/${{ env.config }}/net46/GitHub.Api.UnitTests.dll \
test/GitHub.App.UnitTests/bin/${{ env.config }}/net46/GitHub.App.UnitTests.dll \
test/GitHub.Exports.Reactive.UnitTests/bin/${{ env.config }}/net46/GitHub.Exports.Reactive.UnitTests.dll \
test/GitHub.Exports.UnitTests/bin/${{ env.config }}/net46/GitHub.Exports.UnitTests.dll \
Expand Down

0 comments on commit bc911f1

Please sign in to comment.