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