Debug CI x6
This commit is contained in:
parent
4ce7e32c16
commit
e82ea2cbac
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the code
|
# Step 1: Check out the code
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Step 2: Set the working directory and build the project
|
# Step 2: Set the working directory and build the project
|
||||||
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go
|
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go
|
||||||
|
|
Loading…
Reference in a new issue