Debug CI x6
Some checks failed
/ build (push) Failing after 3m25s

This commit is contained in:
zervo 2024-12-05 21:34:36 +01:00
parent 062b10a367
commit 932c99fbd3

View file

@ -6,7 +6,7 @@ jobs:
image: golang:latest
steps:
# Step 1: Check out the code
- uses: actions/checkout@v4
- uses: actions/checkout@v3
# Step 2: Set the working directory and build the project
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go