Skip to content

Commit bbf0307

Browse files
committed
ci: disable tests in release workflow for faster releases
1 parent dc6fd1c commit bbf0307

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,10 @@ env:
1616
IMAGE_NAME: supporttools/node-doctor
1717

1818
jobs:
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

0 commit comments

Comments
 (0)