Techdebt: Use unique names for test output (#7145)
This commit is contained in:
parent
eccb2b0e66
commit
be0dffcd38
6
.github/workflows/dockertests.yml
vendored
6
.github/workflows/dockertests.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver-${{ matrix.python-version }}
|
||||
name: custom_port
|
||||
path: |
|
||||
serverlogs1/*
|
||||
|
||||
@ -148,7 +148,7 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver-${{ matrix.python-version }}
|
||||
name: custom_name
|
||||
path: |
|
||||
serverlogs2/*
|
||||
|
||||
@ -207,6 +207,6 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver-${{ matrix.python-version }}
|
||||
name: custom_mode
|
||||
path: |
|
||||
serverlogs3/*
|
||||
|
Loading…
Reference in New Issue
Block a user