File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,3 +324,18 @@ jobs:
324324 run : |
325325 cd apps/interpreters/wamr/wamr/tests/wamr-test-suites
326326 ./test_wamr.sh -s spec ${{ matrix.wamr_test_option.mode }} -m ${{ matrix.target_config.target }} -b -Q -F ${{ steps.build_firmware_path.outputs.firmware }} ${{ matrix.wamr_feature_option.mode}}
327+
328+ - name : pack the log
329+ if : always()
330+ run : |
331+ mkdir log
332+ cp $PWD/nuttx/.config log/dot-config
333+ cp ${{ steps.build_firmware_path.outputs.firmware }} log
334+ tar -C apps/interpreters/wamr/wamr/tests/wamr-test-suites/workspace -cvzf log/report.tgz report
335+
336+ - name : upload the log
337+ if : always()
338+ uses : actions/upload-artifact@v4
339+ with :
340+ name : spec-test-log-${{ github.run_id }}-${{ strategy.job-index }}-${{ matrix.target_config.target }}
341+ path : log
You can’t perform that action at this time.
0 commit comments