mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 12:58:13 +00:00
name log artifacts based on matrix w/ burnettk
This commit is contained in:
parent
317895e58d
commit
de8c40f83e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -167,7 +167,7 @@ jobs:
|
||||
if: failure() && matrix.session == 'tests'
|
||||
uses: "actions/upload-artifact@v3.0.0"
|
||||
with:
|
||||
name: logs
|
||||
name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}}
|
||||
path: "./log/*.log"
|
||||
|
||||
coverage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user