Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ddd83fd

Browse files
authored
Fix typo
1 parent b8fff02 commit ddd83fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run unit tests
6464
shell: bash
6565
run: |
66-
vstest.console /TestAdapterPath:test /Settings:trest/test.runsettings \
66+
vstest.console /TestAdapterPath:test /Settings:test/test.runsettings \
6767
trest/GitHub.App.UnitTests/bin/${{ env.config }}/net46/GitHub.App.UnitTests.dll \
6868
trest/GitHub.Exports.Reactive.UnitTests/bin/${{ env.config }}/net46/GitHub.Exports.Reactive.UnitTests.dll \
6969
trest/GitHub.Exports.UnitTests/bin/${{ env.config }}/net46/GitHub.Exports.UnitTests.dll \

0 commit comments

Comments
 (0)