Skip to content

Commit fc5e02d

Browse files
feat: use the charm channel
1 parent 13dc4ba commit fc5e02d

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)