keycloak-scim/.github/actions/unit-test-setup/action.yml

17 lines
376 B
YAML
Raw Normal View History

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