Skip to content

Commit

Permalink
chore(*): adding package manager cache to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
notthetup committed Jan 31, 2025
1 parent 92b0fd2 commit 28154c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
cache: 'gradle'
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -29,6 +30,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: gateways/js
- name: Build and Test with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 28154c5

Please sign in to comment.