diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1516c58..ef49535 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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]