Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 8
- run: ./gradlew build -x test -x javadoc -x integrationTest -x testSpark31 -x spark31IntegrationTest
- run: ./gradlew build -x test -x javadoc -x integrationTest

build-javadoc:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ lib/
site/site

# benchmark output
spark2/benchmark/*
!spark2/benchmark/.gitkeep
spark3/benchmark/*
!spark3/benchmark/.gitkeep
spark/v2.4/spark2/benchmark/*
!spark/v2.4/spark2/benchmark/.gitkeep
spark/v3.0/spark3/benchmark/*
!spark/v3.0/spark3/benchmark/.gitkeep

__pycache__/
*.py[cod]
Expand Down
Loading