Skip to content

Fix imports in tests, fix line separator #13

Fix imports in tests, fix line separator

Fix imports in tests, fix line separator #13

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run Tests
run: ./gradlew check --stacktrace