Skip to content

Commit

Permalink
Issue #385: Renamed artifacts as they need to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
penyaskito committed Mar 6, 2024
1 parent d375320 commit 9165540
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/TestFunctional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -375,5 +375,5 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: test_result
name: test_result-yarn4
path: test_result
6 changes: 3 additions & 3 deletions .github/workflows/TestPHPUnit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestStatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: test_result
name: test_result-static
path: test_result

0 comments on commit 9165540

Please sign in to comment.