mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +08:00
CI: Commit workflows in progress
I'm tired of having uncommitted files in my repo
This commit is contained in:
19
.github/workflows_old/android-screenshots.yml
vendored
Normal file
19
.github/workflows_old/android-screenshots.yml
vendored
Normal 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
|
Reference in New Issue
Block a user