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

This commit is contained in:
Matthew Rich 2024-05-25 13:55:35 -07:00
parent f18db1c5fa
commit 59459ac604

View File

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