Skip to content

Automate tests #27

Automate tests #27 #8

name: test after push
on: ["push", "workflow_dispatch"]
jobs:
test:
runs-on: arc
container:
image: gradle:8.7.0-jdk17
steps:
- uses: actions/checkout@v4
- run: gradle test