ci: fix ci
All checks were successful
Android Unit Tests / tests (push) Successful in 5m23s

This commit is contained in:
Leonardo Murça 2025-07-19 23:09:00 -03:00
parent 5e52dae3b3
commit 6f7e5a3d1c

View file

@ -25,5 +25,5 @@ jobs:
- name: Build and Run Unit Tests
run: |
./gradlew assembleDebug testDebugUnitTest \
-PAPI_BASE_URL={{ secrets.API_BASE_URL }} \
-PAPI_BASE_URL=${{ secrets.API_BASE_URL }} \
-PACCESS_TOKEN="${{ secrets.ACCESS_TOKEN }}"