ci
All checks were successful
deploy / deploy (push) Successful in 1m18s

This commit is contained in:
Lee 2024-04-08 20:01:06 +01:00
parent cb03087e64
commit b4df9a15a9

@ -11,8 +11,6 @@ jobs:
steps:
- name: Cloning repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17 and Maven
uses: s4u/setup-maven-action@v1.7.0
@ -24,6 +22,11 @@ jobs:
- name: Run Tests
run: mvn --batch-mode test -q
- name: Cloning repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with: