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:
KoenigMjr 2025-06-10 07:53:42 +02:00 committed by GitHub
parent 9bcfcf6759
commit d2225f899d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,5 +35,5 @@ jobs:
- name: Save artifacts - name: Save artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: test.log name: test-${{ matrix.python-version }}.log
path: log/test.log path: log/test.log