Skip to content

Commit

Permalink
fix(ci): update caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Dec 1, 2024
1 parent 4684b04 commit 7b2af6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
java-version: '22'
distribution: 'adopt'
cache: gradle
cache-dependency-path: pom.xml
# Include a Protobuf and gRPC code generator.
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand All @@ -39,6 +40,9 @@ jobs:
with:
node-version: '20'
cache: npm
cache-dependency-path: |
packages/runner-ts/package-lock.json
packages/shacl-validator-ts/package-lock.json
# Run tests for the `rdfc-cli` package.
- name: Run tests `rdfc-cli`
run: gradle test --console=plain --warning-mode all
Expand Down

0 comments on commit 7b2af6c

Please sign in to comment.