Skip to content

Commit

Permalink
[63] More eddits to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDvl committed Sep 17, 2023
1 parent 3d39f02 commit 1f60663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_artifact_and_release_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'

- name: Update Secrets
env:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
run: echo 'MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}' > ./local.properties
run: echo 'MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}' > ./local.properties

- name: Build the Release AAB
run: ./gradlew bundleRelease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Update Secrets
env:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
run: echo 'MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}' > ./local.properties
run: echo 'MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}' > ./local.properties
- name: Unit tests
run: ./gradlew testQa

0 comments on commit 1f60663

Please sign in to comment.