Debug CI x6

This commit is contained in:
zervo 2024-12-05 21:34:36 +01:00
parent 4ce7e32c16
commit e82ea2cbac

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