Skip to content

Commit

Permalink
[UNDERTOW-1759] Correct surefire artifact naming to not collide
Browse files Browse the repository at this point in the history
  • Loading branch information
luck3y authored and fl4via committed Jul 29, 2020
1 parent a4e8faf commit 9de829d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/upload-artifact@v2
if: failure()
with:
name: surefire-reports-${{ matrix.module}}-${{ matrix.os }}-${{ matrix.jdk }}
name: surefire-reports-${{ matrix.jdk }}-${{ matrix.module }}-${{ matrix.os }}
path: '**/surefire-reports/*.txt'
test-matrix-ipv6:
name: JDK ${{ matrix.jdk }} - ipv6 - ${{ matrix.module }} ${{ matrix.proxy }} - ${{ matrix.os }}
Expand Down Expand Up @@ -134,5 +134,5 @@ jobs:
- uses: actions/upload-artifact@v2
if: failure()
with:
name: surefire-reports-${{ matrix.module}}-${{ matrix.os }}-${{ matrix.jdk }}
name: surefire-reports-${{ matrix.jdk }}-ipv6-${{ matrix.module }}${{ matrix.proxy }}-${{ matrix.os }}
path: '**/surefire-reports/*.txt'

0 comments on commit 9de829d

Please sign in to comment.