spring-petclinic/.github/workflows/ci.yaml
2026-02-01 18:16:59 +05:30

23 lines
400 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 clean
mvn compile
mvn package