Skip to content

Commit

Permalink
cache: 'sbt'
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 25, 2023
1 parent 6e14ebe commit 7db05ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: coursier/cache-action@v5
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
cache: 'sbt'
- name: Run tests
run: sbt scripted versionPolicyCheck

Expand All @@ -35,12 +35,11 @@ jobs:
with:
fetch-depth: 0

- uses: coursier/cache-action@v5

- uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
cache: 'sbt'

- uses: olafurpg/setup-gpg@v3

Expand Down

0 comments on commit 7db05ff

Please sign in to comment.