File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 21
21
working-directory : charts/rabbitmq
22
22
run : ./test.sh
23
23
24
+ test-all-examples :
25
+ name : test-all-examples
26
+ runs-on : ubuntu-latest
27
+ steps :
28
+ - name : Check out code into the Go module directory
29
+ uses : actions/checkout@v2
30
+ - name : System tests
31
+ run : |
32
+ curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
33
+ export GOPATH=$HOME/go
34
+ export PATH=$PATH:$GOPATH/bin
35
+ make install-tools
36
+ kind create cluster --image kindest/node:v1.19.1
37
+ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.crds.yaml
38
+ make install
39
+ kubectl apply --dry-run=server --recursive -f docs/examples/
40
+
24
41
system_tests :
25
42
name : system tests
26
43
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments