Update '.gitea/workflows/test.yml'
This commit is contained in:
parent
ea37bdb98f
commit
193236f186
@ -41,4 +41,11 @@ jobs:
|
|||||||
run: ./gradlew build --no-daemon --max-workers 1
|
run: ./gradlew build --no-daemon --max-workers 1
|
||||||
#- name: test
|
#- name: test
|
||||||
# run: ./gradlew test --no-daemon
|
# run: ./gradlew test --no-daemon
|
||||||
|
deploy:
|
||||||
|
runs-on: ${{ ubuntu-latest }}
|
||||||
|
if: gitea.ref == 'refs/heads/master'
|
||||||
|
needs: build
|
||||||
|
steps:
|
||||||
|
- name: deploy
|
||||||
|
run: ./gradlew publish
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user