@@ -628,34 +628,34 @@ jobs:
628
628
# cd ansible_collections/arista/avd/
629
629
# ansible-test units -vv
630
630
631
- # ansible_test_integration:
632
- # name: Run ansible-test integration test cases
633
- # runs-on: ubuntu-latest
634
- # needs: [ file-changes, ansible_test_sanity]
635
- # steps:
636
- # - uses: actions/checkout@v4
637
- # - name: Set up Python 3
638
- # uses: actions/setup-python@v5
639
- # id: pipcache
640
- # with:
641
- # python-version: |
642
- # 3.12
643
- # 3.13
644
- # cache: 'pip'
645
- # cache-latest: true
646
- # - name: Download wheel artifact
647
- # uses: actions/download-artifact@v3
648
- # with:
649
- # name: pyavd-wheel
650
- # path: ./artifacts
651
- # - name: 'Install Python requirements'
652
- # run: |
653
- # pip install "ansible-core<2.19.0" --upgrade
654
- # pip install ./artifacts/pyavd-5.2.0.dev2-py3-none-any.whl
655
- # - name: 'Run ansible-test integration test cases'
656
- # run: |
657
- # cd ansible_collections/arista/avd/
658
- # ansible-test integration -vv
631
+ ansible_test_integration :
632
+ name : Run ansible-test integration test cases
633
+ runs-on : ubuntu-latest
634
+ needs : [ file-changes, ansible_test_sanity]
635
+ steps :
636
+ - uses : actions/checkout@v4
637
+ - name : Set up Python 3
638
+ uses : actions/setup-python@v5
639
+ id : pipcache
640
+ with :
641
+ python-version : |
642
+ 3.12
643
+ 3.13
644
+ cache : ' pip'
645
+ cache-latest : true
646
+ - name : Download wheel artifact
647
+ uses : actions/download-artifact@v3
648
+ with :
649
+ name : pyavd-wheel
650
+ path : ./artifacts
651
+ - name : ' Install Python requirements'
652
+ run : |
653
+ pip install "ansible-core<2.19.0" --upgrade
654
+ pip install ./artifacts/pyavd-5.2.0.dev2-py3-none-any.whl
655
+ - name : ' Run ansible-test integration test cases'
656
+ run : |
657
+ cd ansible_collections/arista/avd/
658
+ ansible-test integration -vv
659
659
660
660
# ansible_lint:
661
661
# name: Run ansible-lint test case
0 commit comments