Debug CI x9
Some checks failed
/ build (push) Failing after 2m48s

This commit is contained in:
zervo 2024-12-05 21:46:13 +01:00
parent 0d0537c2ed
commit e7acd85aef

View file

@ -9,7 +9,7 @@ jobs:
# Step 2: Set up go environment
- uses: actions/setup-go@v4
with:
go-version-file: './Backend/go.mod'
go-version-file: '/workspace/ScheduleTogether/Backend/go.mod'
# Step 3: Set the working directory and build the project
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go