Skip to content

Commit

Permalink
Try to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Feb 28, 2025
1 parent 5899a21 commit 3a86979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Scala and Java build
on:
push:
branches:
- master
- '*'
paths:
- 'common/**'
- 'spark/**'
Expand Down Expand Up @@ -57,6 +57,9 @@ jobs:
fail-fast: true
matrix:
include:
- spark: 4.0.0
scala: 2.13.8
jdk: '17'
- spark: 3.5.0
scala: 2.13.8
jdk: '8'
Expand Down

0 comments on commit 3a86979

Please sign in to comment.