Skip to content

Commit ee15776

Browse files
committed
autoscaler tests
1 parent 397c209 commit ee15776

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cluster_autoscaler_tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
- uses: astral-sh/setup-uv@v7
23+
- uses: hashicorp/setup-terraform@v3
24+
- run: |
25+
wget https://cloudcli.cloudwm.com/binaries/latest/cloudcli-linux-amd64.tar.gz
26+
tar -xvf cloudcli-linux-amd64.tar.gz
27+
chmod +x cloudcli
28+
sudo mv cloudcli /usr/local/bin/cloudcli
2329
- env:
2430
K8S_VERSION: ${{ matrix.k8s_version }}
2531
KAMATERA_API_CLIENT_ID: ${{ secrets.KAMATERA_API_CLIENT_ID }}

0 commit comments

Comments
 (0)