mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
updated workflow
This commit is contained in:
parent
25e8413370
commit
bc6b57cc8d
1 changed files with 4 additions and 3 deletions
5
.github/workflows/java _with_maven.yaml
vendored
5
.github/workflows/java _with_maven.yaml
vendored
|
@ -4,16 +4,17 @@ name : Java with maven
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- test
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: "maven"
|
name: "maven"
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: My first step
|
- name: My first step
|
||||||
run: mvn package
|
run: mvn package
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue