Skip to content

Commit

Permalink
Updated integration.yml using ansible content actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish5tri authored Oct 30, 2024
1 parent c903837 commit c04c58d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- opened
- reopened
- synchronize
paths:
- "plugins/**"
- "tests/integration/**"
workflow_dispatch:

jobs:
Expand All @@ -23,13 +20,11 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

integration:
uses: ansible-network/github_actions/.github/workflows/integration.yml@main
uses: ansible-content-actions/.github/workflows/integration.yml@main
needs:
- safe-to-test
with:
lab_title: cisco_ios
network_os: cisco.ios.ios
pytest_addopts: "--color=yes -n 2 --log-level WARNING -vvv --role-excludes=snmp_server"
collection_pre_install: >-
git+https://github.com/ansible-collections/ansible.utils.git
git+https://github.com/ansible-collections/ansible.netcommon.git
Expand Down

0 comments on commit c04c58d

Please sign in to comment.