Skip to content

Commit

Permalink
Merge pull request #246 from zuevval/feature/58-unittests-ci
Browse files Browse the repository at this point in the history
Feature/58 unittests ci
  • Loading branch information
winter-yuki committed Aug 25, 2020
2 parents 42bf0bb + 5b06150 commit 1a8d28a
Show file tree
Hide file tree
Showing 7 changed files with 493 additions and 498 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# credit: https://habr.com/ru/post/488134/


name: Android CI

on: [push]
Expand All @@ -6,19 +9,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1

- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8

- name: Chmod .gradlew
run: chmod +x ./gradlew

- name: grant permissions to gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assembleDebug

- name: Run unit tests
run: ./gradlew testStageDebugUnitTest
run: ./gradlew test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Learn Braille

[![Actions Status](https://github.com/braille-systems/learn-braille/workflows/Android%20CI/badge.svg)](https://github.com/braille-systems/learn-braille/actions)

Learn Braille is an android application for teaching Braille writing system.

It is one of the few apps primarily designed for Russian Braille system,
Expand Down

0 comments on commit 1a8d28a

Please sign in to comment.