We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc58abe + 49e8ff5 commit 131735cCopy full SHA for 131735c
.github/workflows/linux.yaml
@@ -25,7 +25,7 @@ jobs:
25
sudo dpkg -i packages-microsoft-prod.deb
26
sudo apt-get update
27
sudo apt-get install blobfuse
28
- make verify
+ go test -covermode=count -coverprofile=profile.cov ./pkg/...
29
30
- name: Run build test
31
run: |
hack/verify-helm-chart.sh
@@ -58,7 +58,7 @@ if [[ -z "$(command -v jq)" ]]; then
58
fi
59
60
# jq-equivalent for yaml
61
-pip install yq --ignore-installed PyYAML
+pip install yq --break-system-packages --ignore-installed PyYAML
62
63
# Extract images from csi-blob-controller.yaml
64
expected_csi_provisioner_image="$(cat ${PKG_ROOT}/deploy/csi-blob-controller.yaml | yq -r .spec.template.spec.containers[0].image | head -n 1)"
0 commit comments