debug volume config
Some checks failed
Lint / golangci-lint (push) Failing after 9m37s
Declarative Tests / test (push) Failing after 17s

This commit is contained in:
Matthew Rich 2024-05-25 17:13:08 -07:00
parent 9e2afc4916
commit c89e63c39f
2 changed files with 1 additions and 3 deletions

View File

@ -29,8 +29,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- run: cat ~/.gitconfig
- run: ls -al ~/.git*
- name: Get packages
run: go get ./...

View File

@ -23,7 +23,7 @@ jobs:
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
- "/etc/ssl/certs:/etc/ssl/certs:ro"
options: --cpus 1
options: --cpus 10
steps:
- run: apk add --no-cache nodejs
- name: Check out repository code