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
78adf4a415
commit
0eaa298b59
12
.github/workflows/tests.yaml
vendored
12
.github/workflows/tests.yaml
vendored
@ -37,20 +37,10 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: Build
|
||||
if: runner.os != 'Windows'
|
||||
shell: bash
|
||||
run: find Wabbajack.* -maxdepth 0 -type d ! -name "Wabbajack.App.Wpf" -exec dotnet build --configuration Release {} \;
|
||||
|
||||
- name: Build
|
||||
if: runner.os == 'Windows'
|
||||
shell: bash
|
||||
run: find Wabbajack.* -maxdepth 0 -type d -exec dotnet build --configuration Release {} \;
|
||||
|
||||
- name: Test
|
||||
shell: bash
|
||||
run: find Wabbajack.*.Test -maxdepth 0 -type d ! -name "Wabbajack.App.Wpf" -exec dotnet test --filter "Category!=FlakeyNetwork" {} \;
|
||||
run: find Wabbajack.*.Test -maxdepth 0 -type d ! -name "Wabbajack.App.Wpf" -exec dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --filter "Category!=FlakeyNetwork" {} \;
|
||||
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user