forked from External/mage
This commit is contained in:
parent
e00703f8e8
commit
318aa5ecbd
1 changed files with 5 additions and 2 deletions
|
|
@ -7,12 +7,15 @@ jobs:
|
|||
example-docker-compose:
|
||||
runs-on: node
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build Mage
|
||||
run: |
|
||||
apk update
|
||||
apk add openjdk8-jdk maven git
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build Mage
|
||||
run: |
|
||||
mvn clean install -DskipTests
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue