Skip to content

Commit

Permalink
ci(e2e): upload build output apks artifact after building assembleDeb…
Browse files Browse the repository at this point in the history
…ug task
  • Loading branch information
deepanchal committed Aug 23, 2023
1 parent f970ab9 commit 864e9fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
echo "Print path to *.apk file"
find . -type f -name "*.apk"
- name: Upload build outputs (APKs) 📤
uses: actions/upload-artifact@v3
with:
name: apks
path: '**/build/outputs/apk/**/*.apk'

- name: Run E2e tests 🧪
uses: reactivecircus/android-emulator-runner@v2
env:
Expand Down

0 comments on commit 864e9fa

Please sign in to comment.