Minor change to reduce extra output.
Some checks failed
/ test (push) Failing after 1m14s

This commit is contained in:
Pat Garrity 2024-03-16 21:42:09 -05:00
parent 42bcee572b
commit 4eafc00fc6
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -6,6 +6,4 @@ 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: pwd
- run: ls -hl
- run: sbt test - run: sbt test