Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Mar 2, 2024
1 parent 6375fee commit f2ed88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
name: Java test steps
uses: ./.github/actions/java-test
with:
MAVEN_OPTS: -Pspark-${{ inputs.spark-version }}
MAVEN_OPTS: -Pspark-${{ matrix.spark-version }}

macos-aarch64-test:
strategy:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
name: Java test steps
uses: ./.github/actions/java-test
with:
MAVEN_OPTS: -Pspark-${{ inputs.spark-version }}
MAVEN_OPTS: -Pspark-${{ matrix.spark-version }}

macos-aarch64-test-with-old-spark:
strategy:
Expand Down Expand Up @@ -186,4 +186,4 @@ jobs:
name: Java test steps
uses: ./.github/actions/java-test
with:
MAVEN_OPTS: -Pspark-${{ inputs.spark-version }}
MAVEN_OPTS: -Pspark-${{ matrix.spark-version }}

0 comments on commit f2ed88b

Please sign in to comment.