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
7e514d821f
commit
78adf4a415
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -52,6 +52,11 @@ jobs:
|
||||
shell: bash
|
||||
run: find Wabbajack.*.Test -maxdepth 0 -type d ! -name "Wabbajack.App.Wpf" -exec dotnet test --filter "Category!=FlakeyNetwork" {} \;
|
||||
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: unittests, ${{runner.os}}
|
||||
verbose: true
|
||||
|
||||
#- name: Upload Test Folder on Failure
|
||||
# if: ${{ failure() }}
|
||||
# uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user