mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
safe test artifacts
This commit is contained in:
parent
50095bf4a7
commit
bf3914a693
5
.github/workflows/run_pytest.yml
vendored
5
.github/workflows/run_pytest.yml
vendored
|
|
@ -25,3 +25,8 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pytest -c 'test/pytest.ini'
|
||||
- name: Save artifacts
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: test.log
|
||||
path: log/test.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue