diff options
author | Jean-Sébastien Pédron <[email protected]> | 2025-07-25 11:23:09 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-07-25 12:10:23 +0200 |
commit | 973ccc3ac9b5c1223a42e267e89c9043ae9a06ae (patch) | |
tree | cf373286c0b7e46580744a198daf8dfe5cf705a0 | |
parent | 1f07645aadf6287cff5eb4af27222a993d92fd7c (diff) | |
download | erlang.mk-master.tar.gz erlang.mk-master.tar.bz2 erlang.mk-master.zip |
This is the same as `check`. The files of the cross-platform-actions VM
are synchronised in both ways, so we can re-use the same configuration.
-rw-r--r-- | .github/workflows/ci.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b6c8f4..e51ef0b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -438,3 +438,11 @@ jobs: erl -sname init_cookie -run erlang halt gmake check c=${{ matrix.suite }} -j4 USE_NODETOOL=1 + + - name: Upload artifacts + if: failure() + uses: actions/upload-artifact@v4 + with: + name: ${{ matrix.os }} ${{ matrix.suite }} + path: | + test/test_*/ |