mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
fix: Remove diagnostic go list commands that are causing failures
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 32s
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / frontend-lint (push) Failing after 2m11s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 32s
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / frontend-lint (push) Failing after 2m11s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped
- Remove go list -m and go list ./pkg/config diagnostic commands - These were added for debugging but are causing CI failures - go vet will catch the actual issues we need to fix
This commit is contained in:
parent
40a018b10b
commit
ce940a8d39
@ -82,8 +82,6 @@ jobs:
|
||||
run: |
|
||||
go mod tidy
|
||||
go mod verify
|
||||
go list -m
|
||||
go list ./pkg/config || echo "Warning: pkg/config not found, but continuing..."
|
||||
go vet ./...
|
||||
- name: Test
|
||||
working-directory: bugulma/backend
|
||||
|
||||
Loading…
Reference in New Issue
Block a user