improve github action setup (#4718)

This commit is contained in:
Konrad Pozniak 2024-10-10 16:31:34 +02:00 committed by GitHub
commit a366d49ad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 16 deletions

View file

@ -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