Skip to content

Commit

Permalink
update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
lichye committed Feb 21, 2025
1 parent bf2b8e6 commit a816b70
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,19 @@ jobs:
with:
path: ~/.ivy2/cache
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}

restore-keys: |
${{ runner.os }}-sbt-ivy-cache-
- name: Cache SBT
uses: actions/cache@v3
with:
path: ~/.sbt
path: |
~/.sbt
~/.cache/coursier
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
restore-keys: |
${{ runner.os }}-sbt-

- name: Compile
run: sbt compile
Expand Down

0 comments on commit a816b70

Please sign in to comment.