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 7bab1ef commit 28e68bfCopy full SHA for 28e68bf
.github/workflows/gate.yml
@@ -1,9 +1,11 @@
1
-name: Build and Test (windows-latest)
+name: CI
2
3
on:
4
push:
5
+ paths-ignore: [ '**.md' ]
6
branches: [ main ]
7
pull_request:
8
9
10
11
jobs:
@@ -33,11 +35,11 @@ jobs:
33
35
with:
34
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
path-to-lcov: src/BitFaster.Caching.DependencyInjection.UnitTests/TestResults/coverage.info
- - name: Test Reporting
38
+ - name: Generate test report
39
uses: phoenix-actions/test-reporting@v8
40
id: test-report
41
if: success() || failure()
42
- name: test-results
43
+ name: tests
44
path: src/BitFaster.Caching.DependencyInjection.UnitTests/TestResults/results.trx
45
reporter: dotnet-trx
0 commit comments