allow to download artifact from the regression test
This commit is contained in:
6
.github/workflows/quick-regression.yml
vendored
6
.github/workflows/quick-regression.yml
vendored
@ -71,6 +71,7 @@ jobs:
|
||||
ccache -s
|
||||
|
||||
- name: Run Selected Regression Tests
|
||||
uses: actions/download-artifact@v4
|
||||
shell: bash
|
||||
run: |
|
||||
source linuxenv/bin/activate
|
||||
@ -79,3 +80,8 @@ jobs:
|
||||
--lmp-bin=build/lmp \
|
||||
--config-file=tools/regression-tests/config.yaml \
|
||||
--list-input=folder_list.txt
|
||||
tar -cvf quick-regression-test.tar run.log progress.yaml
|
||||
with:
|
||||
name: quick-regression-test-artifact
|
||||
path: quick-regression-test.tar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user