Skip to content

Commit

Permalink
Fix build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Oct 10, 2024
1 parent 8be7bff commit a0d3328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "spark-cobol/**"
- "project/**"
- "build.sbt"
- ".github/workflows/build.yml"

jobs:
build-sbt:
Expand Down Expand Up @@ -41,6 +42,6 @@ jobs:
java-version: 8
cache: sbt
- name: Install sbt
run: yum -y install sbt
run: sudo apt install -y --no-install-recommends sbt
- name: Build and run tests
run: sbt ++${{matrix.scala}} test -DSPARK_VERSION=${{matrix.spark}}

0 comments on commit a0d3328

Please sign in to comment.