Skip to content

Commit

Permalink
fixup! TMP: keep running the matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jun 11, 2024
1 parent 20845a9 commit 5b03499
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delta-conversion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }} 2.12
path: |
**/build/testlogs
Expand Down Expand Up @@ -121,6 +121,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }} 2.13
path: |
**/build/testlogs
2 changes: 1 addition & 1 deletion .github/workflows/flink-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }} ${{ matrix.flink }}
path: |
**/build/testlogs
4 changes: 2 additions & 2 deletions .github/workflows/hive-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }} hive2
path: |
**/build/testlogs
Expand All @@ -115,6 +115,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs hive3
path: |
**/build/testlogs
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }}
path: |
**/build/testlogs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/spark-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }} ${{ matrix.spark }} 2.12
path: |
**/build/testlogs
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }} ${{ matrix.spark }} 2.13
path: |
**/build/testlogs
Expand Down Expand Up @@ -164,6 +164,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
name: test logs ${{ matrix.jvm }} ${{ matrix.spark }} ${{ matrix.scala-version }}
path: |
**/build/testlogs

0 comments on commit 5b03499

Please sign in to comment.