Skip to content

Commit

Permalink
fix(ci): Update UATs environment in full-bundle-tests.yaml (#858)
Browse files Browse the repository at this point in the history
Update UATs environment used in `full-bundle-tests.yaml` used after changes in canonical/charmed-kubeflow-uats#67.
  • Loading branch information
orfeas-k authored Mar 29, 2024
1 parent fd6264e commit 27c32bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-bundle-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Run UATs
run: |
eval "$(pyenv init -)"
sg microk8s -c "tox -c ~/charmed-kubeflow-uats/ -e kubeflow"
sg microk8s -c "tox -c ~/charmed-kubeflow-uats/ -e kubeflow-local"
- name: Save debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
Expand Down

0 comments on commit 27c32bf

Please sign in to comment.