forked from MinecraftUtilities/Backend
ci
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user