Skip to content

Fix annotation target #5

Fix annotation target

Fix annotation target #5

Workflow file for this run

name: CI
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
paths-ignore:
- '**.md'
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build example app
run: ./gradlew test