Skip to content

Commit

Permalink
fix group name
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Sep 5, 2024
1 parent 338710a commit c7d4fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo make microk8s-import PREFIX=test- REPOSITORY=ghcr.io/canonical/ \
-o ${{ steps.artifact.outputs.base_artifact_name }}
sg microk8s -c "make tests"
sg snap_microk8s -c "make tests"
- name: Run tests (Jupyter)
run: |
Expand All @@ -73,7 +73,7 @@ jobs:
PREFIX=test- \
-o ${{ steps.artifact.outputs.jupyter_artifact_name }}
sg microk8s -c "make tests FLAVOUR=jupyter"
sg snap_microk8s -c "make tests FLAVOUR=jupyter"
- name: Run tests (Kyuubi)
env:
Expand All @@ -91,4 +91,4 @@ jobs:
REPOSITORY=ghcr.io/canonical/ PREFIX=test- \
-o ${{ steps.artifact.outputs.kyuubi_artifact_name }}
sg microk8s -c "make tests FLAVOUR=kyuubi"
sg snap_microk8s -c "make tests FLAVOUR=kyuubi"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PLATFORM := amd64
FLAVOUR := "spark"

# The channel of `microk8s` snap to be used for testing
MICROK8S_CHANNEL := "1.28/stable"
MICROK8S_CHANNEL := "1.28-strict/stable"

# The Azure credentials supplied as environment variables
AZURE_STORAGE_ACCOUNT := ${AZURE_STORAGE_ACCOUNT}
Expand Down

0 comments on commit c7d4fbb

Please sign in to comment.