@@ -52,12 +52,15 @@ jobs:
5252 runs-on : ubuntu-latest
5353 needs : compile-preflight
5454 steps :
55+ - uses : replicatedhq/action-k3s@main
56+ id : k3s
57+ with :
58+ version : v1.23.6-k3s1
5559 - name : Download preflight binary
5660 uses : actions/download-artifact@v1
5761 with :
5862 name : preflight
5963 path : bin/
60- -
uses :
engineerd/[email protected] 6164 - run : chmod +x bin/preflight
6265 - run : |
6366 ./bin/preflight --interactive=false --format=json https://preflight.replicated.com > result.json
@@ -91,12 +94,15 @@ jobs:
9194 needs : compile-preflight
9295 steps :
9396 - uses : actions/checkout@master
97+ - uses : replicatedhq/action-k3s@main
98+ id : k3s
99+ with :
100+ version : v1.23.6-k3s1
94101 - name : Download preflight binary
95102 uses : actions/download-artifact@v1
96103 with :
97104 name : preflight
98105 path : bin/
99- -
uses :
engineerd/[email protected] 100106 - run : chmod +x bin/preflight
101107 - run : |
102108 ./bin/preflight --interactive=false --format=json examples/preflight/e2e.yaml > result.json
@@ -148,12 +154,15 @@ jobs:
148154 needs : compile-supportbundle
149155 steps :
150156 - uses : actions/checkout@v1
157+ - uses : replicatedhq/action-k3s@main
158+ id : k3s
159+ with :
160+ version : v1.23.6-k3s1
151161 - name : Download support-bundle binary
152162 uses : actions/download-artifact@v1
153163 with :
154164 name : support-bundle
155165 path : bin/
156- -
uses :
engineerd/[email protected] 157166 - run : chmod +x bin/support-bundle
158167 - run : ./bin/support-bundle ./examples/support-bundle/sample-collectors.yaml
159168 - run : ./bin/support-bundle ./examples/support-bundle/sample-supportbundle.yaml
0 commit comments