gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity 70c414b2ef
Some checks failed
/ test (push) Failing after 59s
Adding the checkout action
2024-03-16 15:18:17 -05:00

11 lines
224 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 -ahl .
- run: sbt test