We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8980ca1 commit 2b902eeCopy full SHA for 2b902ee
1 file changed
.github/workflows/test-e2e.yml
@@ -33,6 +33,12 @@ jobs:
33
- name: Install helm
34
uses: azure/setup-helm@v4.3.0
35
36
+ # skopeo is needed in the middleware e2e tests to inspect OCI image labels
37
+ - name: Install skopeo
38
+ run: |
39
+ sudo apt-get update
40
+ sudo apt-get install -y skopeo
41
+
42
# func CLI is needed in some e2e tests ATM
43
- name: Install func cli
44
uses: functions-dev/action@main
0 commit comments