Skip to content

Commit 2b902ee

Browse files
committed
Install skopeo in e2e test workflow
The middleware update test uses skopeo to inspect OCI image labels and verify the middleware-version was updated.
1 parent 8980ca1 commit 2b902ee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- name: Install helm
3434
uses: azure/setup-helm@v4.3.0
3535

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+
3642
# func CLI is needed in some e2e tests ATM
3743
- name: Install func cli
3844
uses: functions-dev/action@main

0 commit comments

Comments
 (0)