Skip to content

Commit 28e68bf

Browse files
author
Alex Peck
committed
trx
1 parent 7bab1ef commit 28e68bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/gate.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: Build and Test (windows-latest)
1+
name: CI
22

33
on:
44
push:
5+
paths-ignore: [ '**.md' ]
56
branches: [ main ]
67
pull_request:
8+
paths-ignore: [ '**.md' ]
79
branches: [ main ]
810

911
jobs:
@@ -33,11 +35,11 @@ jobs:
3335
with:
3436
github-token: ${{ secrets.GITHUB_TOKEN }}
3537
path-to-lcov: src/BitFaster.Caching.DependencyInjection.UnitTests/TestResults/coverage.info
36-
- name: Test Reporting
38+
- name: Generate test report
3739
uses: phoenix-actions/test-reporting@v8
3840
id: test-report
3941
if: success() || failure()
4042
with:
41-
name: test-results
43+
name: tests
4244
path: src/BitFaster.Caching.DependencyInjection.UnitTests/TestResults/results.trx
4345
reporter: dotnet-trx

0 commit comments

Comments
 (0)