2f617bd28e
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
12 lines
267 B
YAML
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
|