From 9165540d8648b815b1b0e8b8ba6f0369dc5af740 Mon Sep 17 00:00:00 2001 From: Christian Lopez Espinola Date: Wed, 6 Mar 2024 19:55:38 +0100 Subject: [PATCH] Issue #385: Renamed artifacts as they need to be unique --- .github/workflows/TestFunctional.yml | 12 ++++++------ .github/workflows/TestPHPUnit.yml | 6 +++--- .github/workflows/TestStatic.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/TestFunctional.yml b/.github/workflows/TestFunctional.yml index cfa5f57f0..8772deab4 100644 --- a/.github/workflows/TestFunctional.yml +++ b/.github/workflows/TestFunctional.yml @@ -112,7 +112,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-npm path: test_result Test-Yarn-Classic: @@ -161,7 +161,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-yarn-classic path: test_result Test-Yarn-3-Node-Linker: @@ -212,7 +212,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-yarn3-nl path: test_result Test-Yarn-4-Node-Linker: @@ -265,7 +265,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-yarn4-nl path: test_result Test-Yarn-3: @@ -319,7 +319,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-yarn3 path: test_result Test-Yarn-4: @@ -375,5 +375,5 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-yarn4 path: test_result diff --git a/.github/workflows/TestPHPUnit.yml b/.github/workflows/TestPHPUnit.yml index 812eaae6c..d3fc8eb68 100644 --- a/.github/workflows/TestPHPUnit.yml +++ b/.github/workflows/TestPHPUnit.yml @@ -71,7 +71,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-phpunit-functional path: test_result - name: Confirm All PHPUnit Functional Tests were run @@ -140,7 +140,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-phpunit-dtt path: test_result - name: Confirm All PHPUnit Functional Tests were run @@ -205,7 +205,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-phpunit-static path: test_result - name: Confirm All PHPUnit Functional Tests were run diff --git a/.github/workflows/TestStatic.yml b/.github/workflows/TestStatic.yml index ac3479b4d..ab07be882 100644 --- a/.github/workflows/TestStatic.yml +++ b/.github/workflows/TestStatic.yml @@ -73,5 +73,5 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v4 with: - name: test_result + name: test_result-static path: test_result