gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity 7cc908b7a9
Some checks failed
/ test (push) Failing after 10s
debugging
2024-03-16 15:15:01 -05:00

10 lines
190 B
YAML

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