gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity 42bcee572b
Some checks failed
/ test (push) Failing after 1m17s
bump after major upgrade
2024-03-16 17:00:50 -05:00

11 lines
221 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: pwd
- run: ls -hl
- run: sbt test