mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
13 lines
267 B
YAML
13 lines
267 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
|