Skip to content

Commit 4998e18

Browse files
Fixing github action
1 parent 39a485a commit 4998e18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- name: Run tests using .NET [Core] ${{ matrix.dotnet }}
6262
run: >
6363
export PATH="$PATH:$HOME/.dotnet/tools"
64+
6465
dotnet test ${{ matrix.TEST_PROJECT }} -c Release
6566
-l:"trx;LogFileName=tests.trx" -r:"bin/" /p:CollectCoverage=true
6667
/p:CoverletOutputFormat="opencover"

0 commit comments

Comments
 (0)