Testing
Some checks failed
/ test (push) Failing after 21s

This commit is contained in:
Pat Garrity 2024-03-16 22:22:59 -05:00
parent 7fbc6d531e
commit 062245b548
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -6,5 +6,6 @@ jobs:
image: registry.garrity.co:8443/gs/ci-scala:latest image: registry.garrity.co:8443/gs/ci-scala:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: echo "password=${{ secrets.GS_MAVEN_TOKEN }}" >> "~/.sbt/.credentials" - run: cat /home/builder/.sbt/.credentials
- run: echo "password=${{ secrets.GS_MAVEN_TOKEN }}" >> "/home/builder/.sbt/.credentials"
- run: sbt test - run: sbt test