gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity c07fe69954
Some checks failed
/ test (push) Failing after 11s
wat is going on here
2024-03-16 15:51:40 -05:00

13 lines
290 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: registry.garrity.co:8443/gs/ci-scala:latest
steps:
#- uses: actions/checkout@v4
# with:
# token: ${{ secrets.GS_CI_ACCESS_TOKEN }}
- run: pwd
- run: ls -ahl .
- run: sbt test