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 70f6bb2 commit 587b75cCopy full SHA for 587b75c
.github/workflows/tests.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Build
20
run: dotnet build
21
- name: Test
22
- run: dotnet test --logger trx --results-directory "TestResults-${{ matrix..net-version }}"
+ run: dotnet test --logger trx --results-directory "TestResults-${{ matrix.net-version }}"
0 commit comments