mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update tests.yaml
This commit is contained in:
parent
99a92b8b53
commit
f604b5bbce
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Main Pipeline
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
include-prerelease: true
|
||||
|
||||
- name: Test
|
||||
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:EnableWindowsTargeting=true
|
||||
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:EnableWindowsTargeting=true --filter "Category!=FlakeyNetwork"
|
||||
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user