Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

docs: update project status #28

docs: update project status

docs: update project status #28

Workflow file for this run

# GitHub Actions Workflow for running tests for the Android app
name: test
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master ]
env:
LANG: "de_DE.UTF-8"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Locale - de_DE.UTF-8
run: |
sudo locale-gen de_DE.UTF-8
sudo update-locale LANG=de_DE.UTF-8
- name: Checkout
uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
id: runTests
uses: eskatos/gradle-command-action@v1
with:
gradle-version: current
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
arguments: jacocoTestReport coveralls