Skip to content

Commit

Permalink
fix: sg snap_microk8s
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Sep 8, 2023
1 parent a79a8ce commit 34182a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
charmcraft-channel: latest/candidate

- run: |
tox -e ${{ matrix.charm }}-integration
sg snap_microk8s -c "tox -e ${{ matrix.charm }}-integration"
- name: Collect charm debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# Run integration tests against the 1.7 generic install bundle definition
# Using destructive mode because of https://github.com/canonical/charmcraft/issues/1132
# and https://github.com/canonical/charmcraft/issues/1138
tox -e bundle-integration -- --model kubeflow --bundle=./tests/integration/bundles/kfp_1.7_stable_install.yaml.j2 --destructive-mode
sg snap_microk8s -c "tox -e bundle-integration -- --model kubeflow --bundle=./tests/integration/bundles/kfp_1.7_stable_install.yaml.j2 --destructive-mode"
- name: Get all
run: kubectl get all -A
Expand Down

0 comments on commit 34182a2

Please sign in to comment.