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