Skip to content

Commit

Permalink
chore: Add dependencies caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 12, 2024
1 parent 1e619fc commit 8cbaa42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: 'maven'

- name: Run full build
run: ./mvnw clean test -B
Expand All @@ -28,6 +29,7 @@ jobs:
with:
distribution: 'graalvm-community'
java-version: ${{ matrix.graalvm-version }}
cache: 'maven'

- name: GraalVM Compile
run: ./mvnw clean -Pnative native:compile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: install, lint, audit, build, test
run: |
Expand Down

0 comments on commit 8cbaa42

Please sign in to comment.