Skip to content

Commit

Permalink
plug out sros tests until ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 21, 2024
1 parent 8c357f5 commit 44e0734
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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

0 comments on commit 44e0734

Please sign in to comment.