Debug CI x2
Some checks failed
/ build (push) Failing after 2m5s

This commit is contained in:
zervo 2024-12-05 20:53:47 +01:00
parent 3e27ef76ca
commit c69be14277

View file

@ -5,8 +5,7 @@ jobs:
container:
image: golang:latest
steps:
- run: ls
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
- run: ls && go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
- uses: actions/upload-artifact@v3
with: