REMOVE TIDY
Some checks failed
${{ github.actor }} executed Build Push Prod / deploy (push) Has been cancelled
${{ github.actor }} executed Build Push Prod / build (push) Has been cancelled

This commit is contained in:
maximo tejeda 2024-12-04 19:54:12 -04:00
parent 269fd8f5c5
commit 9f19881416

View File

@ -24,9 +24,6 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: run tidy
run: |
go mod tidy
- name: test with go - name: test with go
run: go test -v ./... run: go test -v ./...