Skip to content

Ensure submodules are checked out when building #120

Ensure submodules are checked out when building

Ensure submodules are checked out when building #120

Workflow file for this run

name: CI
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Run all tests
run: ./gradlew check --stacktrace --scan