Skip to content

Commit a816b70

Browse files
committed
update test file
1 parent bf2b8e6 commit a816b70

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,19 @@ jobs:
8484
with:
8585
path: ~/.ivy2/cache
8686
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}
87-
87+
restore-keys: |
88+
${{ runner.os }}-sbt-ivy-cache-
89+
8890
- name: Cache SBT
8991
uses: actions/cache@v3
9092
with:
91-
path: ~/.sbt
93+
path: |
94+
~/.sbt
95+
~/.cache/coursier
9296
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
97+
restore-keys: |
98+
${{ runner.os }}-sbt-
99+
93100

94101
- name: Compile
95102
run: sbt compile

0 commit comments

Comments
 (0)