File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 5252 run : curl -L -o /tmp/libkrunfw-5.0.0-x86_64.tgz https://github.com/containers/libkrunfw/releases/download/v5.0.0/libkrunfw-5.0.0-x86_64.tgz && mkdir tmp && tar xf /tmp/libkrunfw-5.0.0-x86_64.tgz -C tmp && sudo mv tmp/lib64/* /lib/x86_64-linux-gnu
5353
5454 - name : Integration tests
55- run : RUST_LOG=trace KRUN_ENOMEM_WORKAROUND=1 KRUN_NO_UNSHARE=1 make test
55+ run : KRUN_ENOMEM_WORKAROUND=1 KRUN_NO_UNSHARE=1 KRUN_TEST_BASE_DIR=/tmp/libkrun-tests make test TEST_FLAGS="--keep-all --github-summary"
56+
57+ - name : Upload test logs
58+ if : always()
59+ uses : actions/upload-artifact@v4
60+ with :
61+ name : test-logs
62+ path : |
63+ /tmp/libkrun-tests/
64+ !/tmp/libkrun-tests/**/guest-agent
65+ if-no-files-found : ignore
You can’t perform that action at this time.
0 commit comments