presumably fixing #1
This commit is contained in:
parent
df86a29b15
commit
939dc0ff14
|
@ -36,11 +36,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
maven-version: 3.9.6
|
maven-version: 3.9.6
|
||||||
|
|
||||||
- name: Goto server
|
|
||||||
run: cd server
|
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
run: |
|
||||||
|
cd server && \
|
||||||
|
mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
||||||
|
|
||||||
- name: Cache local Maven repository
|
- name: Cache local Maven repository
|
||||||
uses: https://github.com/actions/cache/save@v4
|
uses: https://github.com/actions/cache/save@v4
|
||||||
|
|
Reference in a new issue