We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c810137 commit 6d7b2adCopy full SHA for 6d7b2ad
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,9 @@
1
name: Continuous Integration
2
on:
3
push:
4
- branches: [main]
+ branches:
5
+ - main
6
+ - 'feature/**'
7
pull_request:
8
branches: [main]
9
jobs:
@@ -24,8 +26,6 @@ jobs:
24
26
3.1.x
25
27
5.0.x
28
6.0.x
- - name: Setup .NET
- uses: actions/setup-dotnet@v2
29
- name: Run tests
30
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
31
- name: Upload coverage
0 commit comments