Skip to content

Commit

Permalink
Add Cache action to avoid downloading too many things
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Dec 4, 2024
1 parent 8e84146 commit 932366f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
with:
node-version: '20'

- name: Restore dependency cache
uses: actions/cache@v4
with:
path: |
cypress/openrefine-*.tar.gz
**/node_modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Build with Maven
run: mvn -B package

Expand Down

0 comments on commit 932366f

Please sign in to comment.