diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e1666d90..3973ef274 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,6 +59,13 @@ jobs: ~/.android/adb* key: avd-29 + - name: Add Dropbox API credentials + shell: bash + run: | + echo "dropbox.token=${{ secrets.DROPBOX_APP_SECRET }}" >> app.properties + echo "dropbox.app_key=${{ secrets.DROPBOX_APP_KEY }}" >> app.properties + echo "dropbox.app_key_schema=db-${{ secrets.DROPBOX_APP_KEY }}" >> app.properties + - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: