further debugging
Some checks failed
/ test (push) Failing after 44s

This commit is contained in:
Pat Garrity 2024-03-16 15:53:25 -05:00
parent c07fe69954
commit 8eaa00a923
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -5,9 +5,9 @@ jobs:
container: container:
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
# with: with:
# token: ${{ secrets.GS_CI_ACCESS_TOKEN }} token: ${{ secrets.GS_CI_ACCESS_TOKEN }}
- run: pwd - run: pwd
- run: ls -ahl . - run: ls -ahl .
- run: sbt test - run: sbt test