Adding the checkout action
Some checks failed
/ test (push) Failing after 59s

This commit is contained in:
Pat Garrity 2024-03-16 15:18:17 -05:00
parent 7cc908b7a9
commit 70c414b2ef
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -5,6 +5,7 @@ jobs:
container:
image: registry.garrity.co:8443/gs/ci-scala:latest
steps:
- uses: actions/checkout@v4
- run: pwd
- run: ls -ahl .
- run: sbt test