gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity 4eafc00fc6
Some checks failed
/ test (push) Failing after 1m14s
Minor change to reduce extra output.
2024-03-16 21:42:09 -05:00

9 lines
184 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: registry.garrity.co:8443/gs/ci-scala:latest
steps:
- uses: actions/checkout@v4
- run: sbt test