Skip to content

Commit

Permalink
use vacxe firebase action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Jul 9, 2023
1 parent 0899669 commit 044c9b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 76 deletions.
72 changes: 0 additions & 72 deletions .github/firebase/devices-specs.yml

This file was deleted.

11 changes: 7 additions & 4 deletions .github/workflows/pr-sample-connected-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,19 @@ jobs:
strategy:
fail-fast: false
matrix:
api: [ 30 ]
api: [ 26, 27, 28, 29, 30, 32, 33 ]
steps:
- uses: actions/checkout@v1
- name: Download APKs
uses: actions/download-artifact@v1
with:
name: apk
- name: Run tests on Firebase Test Lab for ${{ matrix.api }}
uses: asadmansr/Firebase-Test-Lab-Action@v1.0
- name: Run tests on Firebase Test Lab for API ${{ matrix.api }}
uses: vacxe/firebase-test-lab-action@0.0.4
with:
arg-spec: .github/firebase/devices-specs.yml:api-${{ matrix.api }}
app: apk/sample-debug.apk
test: apk/sample-debug-androidTest.apk
device-id: MediumPhone.arm
os-version-id: ${{ matrix.api }}
env:
SERVICE_ACCOUNT: ${{ secrets.FIREBASE_TESTLAB_JSON }}

0 comments on commit 044c9b2

Please sign in to comment.