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 4f8cf97 commit 3f9491dCopy full SHA for 3f9491d
.github/workflows/NetCoreTests.yml
@@ -23,7 +23,7 @@ jobs:
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}}"
+ name: "${{matrix.DB}} - ${{matrix.os}}"
27
28
steps:
29
- name: Set up SqlServer
@@ -55,4 +55,4 @@ jobs:
55
56
- name: Build and Test
57
run: |
58
- pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{\"Database\" = \"${{matrix.DB}}\";\"ConnectionString\"=\"${{matrix.CONNECTION_STRING}}\"}"
+ pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{'Database' = '${{matrix.DB}}';'ConnectionString'='${{matrix.CONNECTION_STRING}}'}"
0 commit comments