Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamuno authored Sep 3, 2020
1 parent 454d786 commit 5443054
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
name: Unit tests
name: Unit Tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
Expand All @@ -14,7 +14,17 @@ jobs:
java-version: 1.8
- name: Run unit tests
run: ./gradlew test
- name: Run UI Tests

instrumentedTest:
name: Instrumented Tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run Instrumented Tests
uses: vgaidarji/[email protected]

apk:
Expand Down

0 comments on commit 5443054

Please sign in to comment.