gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity 7fbc6d531e
Some checks failed
/ test (push) Failing after 1m28s
Test out credentials
2024-03-16 22:16:18 -05:00

10 lines
268 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: echo "password=${{ secrets.GS_MAVEN_TOKEN }}" >> "~/.sbt/.credentials"
- run: sbt test