mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Checkout repo in build action
This commit is contained in:
parent
a71c7de979
commit
10db664070
1 changed files with 4 additions and 1 deletions
3
.github/workflows/petclinic.yaml
vendored
3
.github/workflows/petclinic.yaml
vendored
|
@ -4,4 +4,7 @@ jobs:
|
||||||
Build-Petclinic:
|
Build-Petclinic:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out repo code
|
||||||
|
uses: actions/checkout@v2
|
||||||
- run: echo "Hello Github Actions"
|
- run: echo "Hello Github Actions"
|
||||||
|
- run: find
|
Loading…
Reference in a new issue