Skip to content

Commit 8b69094

Browse files
author
Alex Peck
committed
1line
1 parent be98e5b commit 8b69094

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ jobs:
9494

9595
- name: Test
9696
run: |
97-
dotnet test --no-restore --verbosity normal -f ${{ matrix.framework }} \
98-
${{ matrix.coverage && '/p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov' || '' }} \
99-
--logger "trx;LogFileName=${{ matrix.results }}"
97+
dotnet test --no-restore --verbosity normal -f ${{ matrix.framework }} ${{ matrix.coverage && '/p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov' || '' }} --logger "trx;LogFileName=${{ matrix.results }}"
10098
shell: bash
10199

102100
- name: Upload test results

0 commit comments

Comments
 (0)