Skip to content

Commit

Permalink
Try to run tests on Win81
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Aug 24, 2021
1 parent c9d07f0 commit bdbfb1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/templates/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,14 @@ jobs:
}
shell: powershell
- #@ publishTestsResults( "${{ env.test_results }}", "UWP")
run-tests-netcore-net5:
run-tests-netcore:
name: Test .NET
needs: build-packages
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
os: [ macos-latest, windows-latest, ubuntu-latest, win81 ]
targetFramework: [ netcoreapp3.1, net5.0, net6.0 ]
steps:
- #@ template.replace(checkoutCode())
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ jobs:
files: ${{ env.test_results }}
comment_mode: "off"
check_name: Results UWP
run-tests-netcore-net5:
run-tests-netcore:
name: Test .NET
needs: build-packages
runs-on: ${{ matrix.os }}
Expand All @@ -528,6 +528,7 @@ jobs:
- macos-latest
- windows-latest
- ubuntu-latest
- win81
targetFramework:
- netcoreapp3.1
- net5.0
Expand Down

0 comments on commit bdbfb1b

Please sign in to comment.