Updating to use a real CI image.
Some checks failed
/ test (push) Failing after 16s

This commit is contained in:
Pat Garrity 2024-03-16 15:12:00 -05:00
parent 00872a4da1
commit 81ed2fc2de
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -3,6 +3,6 @@ jobs:
test:
runs-on: docker
container:
image: alpine:3.19
image: registry.garrity.co:8443/gs/ci-scala:latest
steps:
- run: echo Verifying builds
- run: sbt test