Skip to content

Commit

Permalink
Bring back the actual workflow (+9 squashed commits)
Browse files Browse the repository at this point in the history
Squashed commits:
[fafcdf9] Reenable tests for the other frameworks
[312ec89] where -> where.exe
[6f18188] Add job to check where bash is
[fdf89f6] Only run on a single framework for now
[56c3ec9] ..
[2d32578] try to use run_number
[e095714] Remove the needs
[f7306bb] Try to simplify the workflow to test the win81 tests
[bdbfb1b] Try to run tests on Win81
  • Loading branch information
nirinchev committed Aug 26, 2021
1 parent c24367e commit c389a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/templates/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ jobs:
- macos-latest
- windows-latest
- ubuntu-latest
- win81
targetFramework:
- netcoreapp3.1
- net5.0
Expand Down

0 comments on commit c389a54

Please sign in to comment.