Skip to content

Commit 4605232

Browse files
committed
Add github action for version 20.16
1 parent 38fe6c8 commit 4605232

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ jobs:
2727
./.github/workflows/ci_version.yml
2828
with:
2929
working-directory: versions/catalystwan-v20_15
30+
ci-version-20-16:
31+
uses:
32+
./.github/workflows/ci_version.yml
33+
with:
34+
working-directory: versions/catalystwan-v20_16

.github/workflows/ci_core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: uv pip install --system ../catalystwan-types
4242
- name: Install Catalystwan WAN SDK Version 20.15 (uv)
4343
run: uv pip install --system ../../versions/catalystwan-v20_15
44+
- name: Install Catalystwan WAN SDK Version 20.16 (uv)
45+
run: uv pip install --system ../../versions/catalystwan-v20_16
4446
- name: Install Catalystwan WAN SDK Self (uv)
4547
run: uv pip install --system .
4648
- name: Install Nox

0 commit comments

Comments
 (0)