We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10676c1 commit 640feb6Copy full SHA for 640feb6
1 file changed
.github/workflows/test.yaml
@@ -40,14 +40,14 @@ jobs:
40
# run: |
41
# set -euxo pipefail
42
# sudo snap install juju --channel=$JUJU_CHANNEL
43
- - name: Bootstrap controller
44
- shell: bash
45
- # language=bash
46
- run: |
47
- sudo usermod -a -G snap_microk8s runner
48
- newgrp snap_microk8s
49
- sudo mkdir /home/runner/.ssh
50
- juju bootstrap microk8s test --debug
+ # - name: Bootstrap controller
+ # shell: bash
+ # # language=bash
+ # run: |
+ # sudo usermod -a -G snap_microk8s runner
+ # newgrp snap_microk8s
+ # sudo mkdir /home/runner/.ssh
+ # juju bootstrap microk8s test --debug
51
- name: Setup Python
52
uses: actions/setup-python@v2
53
with:
0 commit comments