Skip to content

Commit

Permalink
feat: add caching to test ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Nov 24, 2024
1 parent 10a9d60 commit 4684b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
java-version: '22'
distribution: 'adopt'
cache: gradle
# Include a Protobuf and gRPC code generator.
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand All @@ -37,6 +38,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
cache: npm
# 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 4684b04

Please sign in to comment.