mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-05 13:51:12 +00:00
20 lines
339 B
YAML
20 lines
339 B
YAML
name: Yaml file in Spring Boot clinic
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
main
|
|
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
maven-building:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: first_step
|
|
uses: actions/checkout@v4
|
|
- name: second_step
|
|
run: mvn package
|