Skip to content

Commit

Permalink
fix: check if switching order fixes CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jul 23, 2023
1 parent 2a26049 commit f5bb4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instrumentation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
distribution: 'adopt'

- name: Inject Maps API Key
run: |
echo MAPS_API_KEY=$MAPS_API_KEY >> ./local.properties
env:
MAPS_API_KEY: ${{ secrets.ACTIONS_API_KEY }}
run: |
echo MAPS_API_KEY=$MAPS_API_KEY >> ./local.properties
- name: Build debug
run: ./gradlew assembleDebug
Expand Down

0 comments on commit f5bb4d6

Please sign in to comment.