upload the artifacts of the full regression test workflow

This commit is contained in:
Trung Nguyen
2024-08-28 14:11:23 -05:00
parent c60e69ea1e
commit 4e40b4ba63

View File

@ -88,8 +88,13 @@ jobs:
--progress-file=progress-${{ matrix.idx }}.yaml \
--log-file=run-${{ matrix.idx }}.log
tar -cvf full-regression-test.tar run*.log progress*.yaml output*.xml
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: full-regression-test-artifact
path: full-regression-test.tar