File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 1616 IMAGE_NAME : supporttools/node-doctor
1717
1818jobs :
19- # Run tests before releasing
20- test :
21- name : Run Tests
22- runs-on : ubuntu-latest
23- steps :
24- - name : Checkout code
25- uses : actions/checkout@v4
26-
27- - name : Setup Go
28- uses : actions/setup-go@v5
29- with :
30- go-version : ${{ env.GO_VERSION }}
31- cache : true
32-
33- - name : Download dependencies
34- run : go mod download
35-
36- - name : Run tests
37- run : |
38- echo "Running pre-release tests..."
39- go test -v -short ./pkg/... ./cmd/...
40- echo "✅ All tests passed"
41-
4219 # Build and push Docker images
4320 docker :
4421 name : Build & Push Docker Images
4522 runs-on : ubuntu-latest
46- needs : test
4723 steps :
4824 - name : Checkout code
4925 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments