Skip to content

Commit

Permalink
Run CI in parallel
Browse files Browse the repository at this point in the history
Harmonize parallel jobs
  • Loading branch information
hannesa2 committed May 10, 2020
1 parent 7c62b72 commit 4f0382c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/android-emulator.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Android Emulator test
name: Android CI

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
build:
runs-on: macOS-latest
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
Expand All @@ -15,6 +15,14 @@ jobs:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
Espresso:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Android Emulator test
uses: ReactiveCircus/[email protected]
with:
Expand Down

0 comments on commit 4f0382c

Please sign in to comment.