mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Update run_pytest.yml
Save artifacts
name: test-${{ matrix.python-version }}.log
Für jeden Test ein eigenes Logfile - aufgrund Fehler im Test
This commit is contained in:
parent
9bcfcf6759
commit
d2225f899d
2
.github/workflows/run_pytest.yml
vendored
2
.github/workflows/run_pytest.yml
vendored
|
|
@ -35,5 +35,5 @@ jobs:
|
|||
- name: Save artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test.log
|
||||
name: test-${{ matrix.python-version }}.log
|
||||
path: log/test.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue