keycloak-scim/.github/actions/unit-test-setup/action.yml
Jon Koops 2f617bd28e
Place Java setup in re-usable workflow file (#17541)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-07-26 10:35:21 +00:00

12 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