Debug CI
This commit is contained in:
parent
21faeee8ef
commit
59e9cb277e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ jobs:
|
|||
container:
|
||||
image: golang:latest
|
||||
steps:
|
||||
- run: ls
|
||||
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue