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 3f0df1e
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,10 +17,12 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
cache: 'gradle'
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -29,6 +31,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Build and Test with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 3f0df1e

Please sign in to comment.