Skip to content

Commit aea7bf2

Browse files
author
Alex Peck
committed
gitbash
1 parent 8b69094 commit aea7bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Test
9696
run: |
9797
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 }}"
98-
shell: bash
98+
shell: gitbash
9999

100100
- name: Upload test results
101101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)