Skip to content

Commit

Permalink
Download all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlauser committed Jun 3, 2024
1 parent 7e13f08 commit 9db4a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: app-test-artifact
name: apk
path: |
app/build/outputs/apk/debug/app-debug.apk
app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: app-test-artifact
run-id: ${{github.event.workflow_run.id }}

- name: Decode Firebase Service Account JSON
Expand All @@ -25,7 +24,7 @@ jobs:
gcloud auth login --cred-file=service_account.json
gcloud config set project vocable-fcb07
gcloud firebase test android run \
--app app-debug.apk \
--test app-debug-androidTest.apk \
--app apk/app-debug.apk \
--test apk/app-debug-androidTest.apk \
--device version=34,orientation=portrait,model=MediumPhone.arm,locale=en_US \
--test-runner-class com.willowtree.vocable.utility.VocableTestRunner

0 comments on commit 9db4a70

Please sign in to comment.