From be0dffcd3829e2eaae377da9da495b04e6e2cc93 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Wed, 20 Dec 2023 11:10:01 -0100 Subject: [PATCH] Techdebt: Use unique names for test output (#7145) --- .github/workflows/dockertests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockertests.yml b/.github/workflows/dockertests.yml index c057b4d37..1814b14c7 100644 --- a/.github/workflows/dockertests.yml +++ b/.github/workflows/dockertests.yml @@ -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/*