File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,21 +150,6 @@ jobs:
150150 cloud : ["lxd", "microk8s"]
151151
152152 steps :
153- - name : Download packed charm
154- id : download
155- uses : actions/download-artifact@v4
156- with :
157- name : charm
158-
159- - name : Rename charm file
160- run : |
161- ls -la ${{ github.workspace }}
162- for FILE in *.charm; do
163- mv $FILE controller.charm
164- break
165- done
166- ls -la ${{ github.workspace }}
167-
168153 - name : Save charmcraft logs as artifact
169154 if : always() && steps.charmcraft.outcome != 'skipped'
170155 uses : actions/upload-artifact@v4
@@ -192,7 +177,7 @@ jobs:
192177 if : matrix.cloud == 'lxd'
193178 run : |
194179 juju bootstrap lxd c \
195- --controller-charm-path=./controller.charm
180+ --controller-charm-channel=${{ needs.channel.outputs.test }}
196181
197182 - name : Bootstrap on MicroK8s
198183 if : matrix.cloud == 'microk8s'
You can’t perform that action at this time.
0 commit comments