Skip to content

Commit cc6f893

Browse files
authored
Update run-tests.yaml
1 parent 3b52158 commit cc6f893

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-latest
9+
runs-on: windows-latest
1010

1111
steps:
1212
- uses: actions/checkout@v2
1313

14+
- run: |
15+
dir
16+
pwd
17+
1418
- name: Setup .NET
1519
uses: actions/setup-dotnet@v1
1620
with:
@@ -32,4 +36,4 @@ jobs:
3236
comment-title: 'Unit Test Results'
3337
results-path: ./TestResults/*.trx
3438
coverage-path: ./TestResults/coverage.xml
35-
coverage-threshold: 80
39+
coverage-threshold: 80

0 commit comments

Comments
 (0)