mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 00:17:19 +00:00
Add step to create kind cluster for tests in CI
This commit is contained in:
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
@@ -25,12 +25,11 @@ jobs:
|
||||
- name: Format
|
||||
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
|
||||
|
||||
# Tests need to be fixed. https://github.com/RafayLabs/rcloud-base/issues/46
|
||||
# - name: Test all
|
||||
# run: go test -v ./...
|
||||
- name: Create k8s Kind Cluster
|
||||
uses: helm/kind-action@v1.2.0
|
||||
|
||||
- name: Test 'service' package
|
||||
run: go test -v ./pkg/service
|
||||
- name: Test all
|
||||
run: go test -v ./...
|
||||
|
||||
# golangci:
|
||||
# strategy:
|
||||
|
||||
Reference in New Issue
Block a user