CI: Commit workflows in progress

I'm tired of having uncommitted files in my repo
This commit is contained in:
Vishesh Handa
2021-05-18 12:42:24 +02:00
parent d3073f8cba
commit f66d85a192

View File

@ -0,0 +1,19 @@
name: Android Screenshots
on: workflow_dispatch
jobs:
test:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
ndk: 21.0.6113669
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
# We would need to install the entire environment needed for GitJournal
# flutter, android-ndk, etc