mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
8 lines
160 B
YAML
8 lines
160 B
YAML
name: Test Release
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Test Release
|
|
shell: bash
|
|
run: ./gradlew build -x dockerTest -x reclaimDockerSpace
|