mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
update workflow
This commit is contained in:
14
apps/mobile/.github/workflows/main.yml
vendored
14
apps/mobile/.github/workflows/main.yml
vendored
@@ -8,19 +8,11 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Node
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js v14
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
- name: Use specific Java version for sdkmanager to work
|
||||
uses: joschi/setup-jdk@v1
|
||||
with:
|
||||
java-version: 'openjdk8'
|
||||
architecture: 'x64'
|
||||
node-version: 14.x
|
||||
|
||||
- name: Download Android Emulator Image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user