forked from External/mage
This commit is contained in:
parent
6b1483c244
commit
b0fd6278f3
1 changed files with 3 additions and 5 deletions
|
|
@ -5,18 +5,16 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
example-docker-compose:
|
example-docker-compose:
|
||||||
runs-on: node
|
runs-on: node-debian
|
||||||
steps:
|
steps:
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
shell: sh
|
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apt update
|
||||||
apk add openjdk8-jdk maven git
|
apt install openjdk-8-jdk git maven
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build Mage
|
- name: Build Mage
|
||||||
shell: sh
|
|
||||||
run: |
|
run: |
|
||||||
mvn clean install -DskipTests
|
mvn clean install -DskipTests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue