mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Make an artifact from failed files on failure
This commit is contained in:
parent
433e989049
commit
2561687976
7
.github/workflows/tests.yaml
vendored
7
.github/workflows/tests.yaml
vendored
@ -45,6 +45,13 @@ jobs:
|
||||
- name: Test
|
||||
run: dotnet test --no-restore --filter "Category!=FlakeyNetwork"
|
||||
|
||||
- name: Upload Test Folder on Failure
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Failed Files
|
||||
path: ./
|
||||
|
||||
publish:
|
||||
name: Publish Projects
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user