Skip to content

Commit

Permalink
feat. upload images if zemu tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Aug 15, 2024
1 parent 1d6e729 commit 1971fb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ jobs:
- name: Build and run zemu tests
run: |
make test_all
- name: Upload Snapshots (only failure)
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: snapshots-tmp
path: tests_zemu/snapshots-tmp/

build_package_nanos:
needs: [configure, build, build_ledger, test_zemu]
Expand Down

0 comments on commit 1971fb7

Please sign in to comment.