Skip to content

Allow filter in dumb mode and restrict the matching by time #35

Allow filter in dumb mode and restrict the matching by time

Allow filter in dumb mode and restrict the matching by time #35

Workflow file for this run

name: Run tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Gradle
run: ./gradlew build
- name: Run unit tests
run: ./gradlew test