Update continuous.yml
This commit is contained in:
parent
7854918fba
commit
b7cf4f3162
1 changed files with 6 additions and 0 deletions
6
.github/workflows/continuous.yml
vendored
6
.github/workflows/continuous.yml
vendored
|
|
@ -27,3 +27,9 @@ jobs:
|
|||
with:
|
||||
name: APKs
|
||||
path: ${{ github.workspace }}/app/build/outputs/apk/**/debug/*.apk
|
||||
|
||||
fastlane-validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue