Skip to content

Commit

Permalink
Cache dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Feb 21, 2021
1 parent 1eaf289 commit 4eec675
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Cache SBT
uses: actions/cache@v2
with:
path: |
~/.ivy2/cache
~/.sbt
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
- uses: olafurpg/setup-scala@v10
- name: Test
run: sbt -Dspark.testVersion=${{ matrix.spark }} ++${{ matrix.scala }} test
Expand Down

0 comments on commit 4eec675

Please sign in to comment.