bump after major upgrade
Some checks failed
/ test (push) Failing after 1m17s

This commit is contained in:
Pat Garrity 2024-03-16 17:00:50 -05:00
parent 8eaa00a923
commit 42bcee572b
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -6,8 +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
with:
token: ${{ secrets.GS_CI_ACCESS_TOKEN }}
- run: pwd - run: pwd
- run: ls -ahl . - run: ls -hl
- run: sbt test - run: sbt test