ci: always upload playwright trace
This commit is contained in:
parent
6d0ee7494f
commit
e2b13aa1d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
nix build --print-build-logs --show-trace --keep-outputs --keep-failed .#checks.x86_64-linux.${{ matrix.check }}
|
||||
- name: Upload Build Result
|
||||
uses: actions/upload-artifact@v4
|
||||
if: startsWith(matrix.check, 'vm_')
|
||||
if: always() && startsWith(matrix.check, 'vm_')
|
||||
with:
|
||||
name: ${{ matrix.check }}
|
||||
path: ${{ env.resultPath }}/trace/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue