Skip to content

Commit 92f57c4

Browse files
committed
Fix tests in CI
1 parent d4b0d7a commit 92f57c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
100100
- name: Test
101101
run: |
102-
dotnet test $env:PROJECT_DIR --configuration Release --no-build
102+
dotnet test $env:PROJECT_DIR --configuration $env:CONFIGURATION --no-build

0 commit comments

Comments
 (0)