Skip to content

Commit 14b4881

Browse files
fix: add missing steps to install oras
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
1 parent fe96832 commit 14b4881

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
helm repo add dapr https://dapr.github.io/helm-charts/
5757
helm install dapr dapr/dapr --version=1.12 --namespace dapr-system --create-namespace --wait
5858
59+
- name: Install ORAS
60+
uses: oras-project/setup-oras@22ce207df3b08e061f537244349aac6ae1d214f6 # v1.2.4
61+
with:
62+
version: "1.2.0"
63+
64+
- name: Verify ORAS installation
65+
run: oras version
66+
5967
- name: Download rad CLI
6068
run: |
6169
RADIUS_VERSION="${{ inputs.version }}"

0 commit comments

Comments
 (0)