private
Some checks failed
dev test / test (push) Failing after 1m10s
dev test / vulnCheck (push) Has been skipped
dev test / Ci-Lint (push) Has been skipped

This commit is contained in:
maximo tejeda 2024-12-02 15:57:25 -04:00
parent 121d8799a7
commit b655097bbc

View File

@ -27,7 +27,7 @@ jobs:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: run tidy - name: run tidy
run: | run: |
GOPROXY=direct go mod tidy GOPROXY=direct GOPRIVATE=git.maximotejeda.com/maximo go mod tidy
- name: test with go - name: test with go
run: go test -v ./... run: go test -v ./...