fix(ci): change main package path in build step
This commit is contained in:
@@ -26,4 +26,4 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -o backend ./cmd/main.go
|
run: go build ./cmd/backend
|
||||||
|
|||||||
Reference in New Issue
Block a user