Skip to content

Commit

Permalink
run CI with single spark version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Oct 15, 2024
1 parent 5f3cba8 commit d81bd0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
tags: ["*"]
jobs:
publish:
strategy:
fail-fast: false
matrix:
spark: [ "3.1.3", "3.2.4", "3.3.4", "3.4.3", "3.5.1" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -17,7 +13,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: zulu:8
- run: sbt ci-release -Dspark.version=${{ matrix.spark }}
- run: sbt ci-release -Dspark.version=3.5.3
env:
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
PGP_SECRET: ${{secrets.PGP_SECRET}}
Expand Down

0 comments on commit d81bd0f

Please sign in to comment.