Compare commits
2 Commits
4998701f84
...
af280ca88c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af280ca88c | ||
|
|
e8d9590a37 |
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest:host
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -21,10 +21,10 @@ jobs:
|
|||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew -q assemble
|
run: ./gradlew build -x test --no-daemon --info --stacktrace
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest:host
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger deploy webhook
|
- name: Trigger deploy webhook
|
||||||
|
|||||||
Reference in New Issue
Block a user