keycloak-scim/.github/actions/unit-test-setup/action.yml
Jon Koops b44aee7535
Use a weekly cache key for PNPM store (#34656)
Closes #34655

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-11-06 08:25:49 +01:00

16 lines
376 B
YAML

name: Setup unit test
description: Download Maven caches needed for unit tests
runs:
using: composite
steps:
- name: Setup Java
uses: ./.github/actions/java-setup
- id: maven-cache
name: Maven cache
uses: ./.github/actions/maven-cache
- id: pnpm-store-cache
name: Frontend Plugin Cache
uses: ./.github/actions/pnpm-store-cache