Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonelZalegas committed Jul 19, 2024
1 parent 8e0bcd2 commit d4886e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Create local.properties
run: echo "API_KEY=${{ secrets.API_KEY }}" > local.properties
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run UI tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit d4886e8

Please sign in to comment.