We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28feff commit 4f8cf97Copy full SHA for 4f8cf97
.github/workflows/NetCoreTests.yml
@@ -22,6 +22,7 @@ jobs:
22
continue-on-error: ${{matrix.ALLOW_FAILURE == true}}
23
env:
24
LANG: en-US.UTF-8 #default POSIX locale doesn't support ignore case comparisons
25
+ runs-on: ${{matrix.os}}
26
name: "${{matrix.DB}} - {{matrix.os}}"
27
28
steps:
0 commit comments