parent
c07fe69954
commit
8eaa00a923
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue