gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity 81ed2fc2de
Some checks failed
/ test (push) Failing after 16s
Updating to use a real CI image.
2024-03-16 15:12:00 -05:00

8 lines
150 B
YAML

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