Skip to content

Commit b93dc0c

Browse files
author
Juan Tirado
committed
Add missing permission.
1 parent f5ac6d2 commit b93dc0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
shell: bash
4545
# language=bash
4646
run: |
47+
sudo usermod -a -G snap_microk8s runner
4748
sudo mkdir /home/runner/.ssh
48-
juju bootstrap localhost test --debug
49+
juju bootstrap microk8s test --debug
4950
- name: Setup Python
5051
uses: actions/setup-python@v2
5152
with:

0 commit comments

Comments
 (0)