Debug CI x3
This commit is contained in:
parent
8cd6914091
commit
89bc06534e
1 changed files with 7 additions and 2 deletions
|
@ -5,8 +5,13 @@ jobs:
|
|||
container:
|
||||
image: golang:latest
|
||||
steps:
|
||||
- run: ls && go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: '/workspace/ScheduleTogether/Backend/go.mod'
|
||||
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-artifact
|
||||
|
|
Loading…
Reference in a new issue