Skip to content

Commit

Permalink
Fixes CI step name to match Spark version therein
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored Apr 10, 2024
1 parent 028ea77 commit 459ac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: adopt:1.8
- name: Build, test, and package project on Spark 3.3
- name: Build, test, and package project on Spark 3.5
run: bin/sbt clean compile test package makePom -DsparkVersion=3.5.1
- name: Build and package project on "legacy" Spark
run: bin/sbt clean compile package makePom

0 comments on commit 459ac54

Please sign in to comment.