Skip to content

Commit

Permalink
Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Nov 7, 2023
1 parent 67114c3 commit 88b5098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

# Except the following
!src/
!target/
!test/
!project.scala
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@v1
with:
jvm: 21
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ github.token }}

- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@v1
with:
jvm: 21
Expand Down

0 comments on commit 88b5098

Please sign in to comment.