Debug CI x3
Some checks failed
/ build (push) Failing after 2m14s

This commit is contained in:
zervo 2024-12-05 21:23:15 +01:00
parent c69be14277
commit 98dc96b2db

View file

@ -5,7 +5,12 @@ 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: