mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge branch 'main' into medafire-isallowed
This commit is contained in:
commit
5e119050fc
7
.github/workflows/tests.yaml
vendored
7
.github/workflows/tests.yaml
vendored
@ -39,12 +39,7 @@ jobs:
|
||||
include-prerelease: true
|
||||
|
||||
- name: Test
|
||||
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:EnableWindowsTargeting=true --filter "Category!=FlakeyNetwork"
|
||||
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: unittests, ${{runner.os}}
|
||||
verbose: true
|
||||
run: dotnet test /p:EnableWindowsTargeting=true --filter "Category!=FlakeyNetwork"
|
||||
|
||||
#- name: Upload Test Folder on Failure
|
||||
# if: ${{ failure() }}
|
||||
|
Loading…
Reference in New Issue
Block a user