Debug CI x3

This commit is contained in:
zervo 2024-12-05 21:23:15 +01:00
parent 8cd6914091
commit 89bc06534e

View file

@ -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