Skip to content

Commit

Permalink
bring back sros tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 14, 2024
1 parent 19f5d46 commit 10c17dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,13 @@ jobs:
with:
py_ver: ${{ needs.file-changes.outputs.py_ver }}

# sros-tests:
# uses: ./.github/workflows/sros-tests.yml
# needs:
# - file-changes
# - build-containerlab
# with:
# py_ver: ${{ needs.file-changes.outputs.py_ver }}
sros-tests:
uses: ./.github/workflows/sros-tests.yml
needs:
- file-changes
- build-containerlab
with:
py_ver: ${{ needs.file-changes.outputs.py_ver }}

fortigate-tests:
uses: ./.github/workflows/fortigate-tests.yml
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
- ixiac-one-basic-tests
- vxlan-tests
- kind-tests
# - sros-tests
- sros-tests
- fortigate-tests
- cisco_iol-tests

Expand Down

0 comments on commit 10c17dd

Please sign in to comment.