chore: simplify mock google-services.json workflow (#1313)

This commit is contained in:
Andre K 2024-10-14 08:13:35 -03:00 committed by GitHub
parent fe56d257f5
commit 2050cd0b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 56 additions and 62 deletions

View file

@ -2,8 +2,10 @@
(Please delete all these tips and replace with your text)
- Before starting on some new big chunk of code, it it is optional but highly recommended to open an issue first to say "Hey, I think this idea X should be implemented and I'm starting work on it. My general plan is Y, any feedback is appreciated." This will allow other devs to potentially save you time by not accidentally duplicating work etc...
- Mention "#(issue)" in the description, when applicable
- Please do not check in files that don't have real changes
- Please do not reformat lines that you didn't have to change the code on
- If your other co-developers have comments on your PR please tweak as needed
- Do not use any external image service, just paste or drag and drop the image here and it will be uploaded automatically
- Please also enable "Allow edits by maintainers".

View file

@ -32,11 +32,6 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4
- name: Mock files for CI
run: |
rm ./app/google-services.json
cp ./app/google-services-example.json ./app/google-services.json
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
@ -81,14 +76,6 @@ jobs:
with:
submodules: 'recursive'
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4
- name: Mock files for CI
run: |
rm ./app/google-services.json
cp ./app/google-services-example.json ./app/google-services.json
- name: Set up JDK 17
uses: actions/setup-java@v4
with: