Skip to content

Commit 3f9491d

Browse files
authored
Fix failure on windows
1 parent 4f8cf97 commit 3f9491d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
LANG: en-US.UTF-8 #default POSIX locale doesn't support ignore case comparisons
2525
runs-on: ${{matrix.os}}
26-
name: "${{matrix.DB}} - {{matrix.os}}"
26+
name: "${{matrix.DB}} - ${{matrix.os}}"
2727

2828
steps:
2929
- name: Set up SqlServer
@@ -55,4 +55,4 @@ jobs:
5555

5656
- name: Build and Test
5757
run: |
58-
pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{\"Database\" = \"${{matrix.DB}}\";\"ConnectionString\"=\"${{matrix.CONNECTION_STRING}}\"}"
58+
pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{'Database' = '${{matrix.DB}}';'ConnectionString'='${{matrix.CONNECTION_STRING}}'}"

0 commit comments

Comments
 (0)