improve github action setup (#4718)
This commit is contained in:
parent
9bb1329665
commit
a366d49ad7
4 changed files with 32 additions and 16 deletions
8
.github/workflows/deploy-test.yml
vendored
8
.github/workflows/deploy-test.yml
vendored
|
|
@ -8,13 +8,17 @@ on:
|
|||
- develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
check-and-build:
|
||||
uses: ./.github/workflows/check-and-build.yml
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check-and-build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: ./.github/workflows/check-and-build.yml
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
- name: Build Green aab
|
||||
run: ./gradlew app:bundleGreenRelease
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue