Skip to content

Commit

Permalink
fix(ci): add missing test key
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Sep 9, 2024
1 parent ee4b18b commit f48da30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
disable-animations: true
emulator-options: -no-snapshot -no-window -no-boot-anim -camera-back emulated -camera-front emulated -gpu swiftshader_indirect
script: ./gradlew connectedCheck
env:
INTEGRATION_TESTS_API_KEY: ${{ secrets.INTEGRATION_TESTS_API_KEY }}
- name: Upload test reports
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f48da30

Please sign in to comment.