Skip to content

Commit

Permalink
GH-142: Upload report only on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptometer committed Mar 5, 2024
1 parent ab86134 commit 0f1106b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- if: always()
name: Install Apt dependencies
run: apt-get update && apt-get install -y xz-utils liblzma-dev
- name: Upload artifact
- if: ${{ failure() }}
name: Upload artifact
uses: actions/upload-artifact@master
with:
name: satysfi-test-report
name: satysfi-test-report-${{ matrix.version }}
path: test/report.txt
regression-test:
name: Regression tests
Expand Down

0 comments on commit 0f1106b

Please sign in to comment.