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()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: motoserver-${{ matrix.python-version }}
|
name: custom_port
|
||||||
path: |
|
path: |
|
||||||
serverlogs1/*
|
serverlogs1/*
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: motoserver-${{ matrix.python-version }}
|
name: custom_name
|
||||||
path: |
|
path: |
|
||||||
serverlogs2/*
|
serverlogs2/*
|
||||||
|
|
||||||
@ -207,6 +207,6 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: motoserver-${{ matrix.python-version }}
|
name: custom_mode
|
||||||
path: |
|
path: |
|
||||||
serverlogs3/*
|
serverlogs3/*
|
||||||
|
Loading…
Reference in New Issue
Block a user