gs-uuid/.forgejo/workflows/build.yaml
Pat Garrity 802ca8a1a5
Some checks failed
/ test (push) Failing after 55s
Try to use access token
2024-03-16 15:48:25 -05:00

13 lines
287 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