Skip to content

Commit

Permalink
Use darenm instead of warrenbuckley VSTest-Console
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 21, 2023
1 parent be93c7f commit d996346
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: Tests

on: [push, pull_request]

Expand All @@ -18,11 +18,11 @@ jobs:
- name: Restore NuGet packages
run: nuget restore SoG_SGreader.sln

- name: Build
- name: Build with MSBuild
run: msbuild /p:Configuration=Release SoG_SGreader.sln

- name: Setup VSTest
uses: warrenbuckley/Setup-VSTest@v1
- name: Setup VSTest Console
uses: darenm/Setup-VSTest@v1

- name: Test
- name: Test with VSTest Console
run: vstest.console.exe SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll

0 comments on commit d996346

Please sign in to comment.