Skip to content

Update Requirements and Test Requirements Files for the Repository (#6) #7

Update Requirements and Test Requirements Files for the Repository (#6)

Update Requirements and Test Requirements Files for the Repository (#6) #7

Workflow file for this run

name: integration
on:
push:
branches:
- master
schedule:
# every day at 02:00 UTC
- cron: '0 2 * * *'
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
path: infoblox.universal_ddi
- name: Set up integration_config.yml
run: |
echo "portal_key: ${{ secrets.INFOBLOX_PORTAL_KEY }}" > infoblox.universal_ddi/tests/integration/integration_config.yml
echo "portal_url: ${{ secrets.INFOBLOX_PORTAL_URL }}" >> infoblox.universal_ddi/tests/integration/integration_config.yml
- uses: ansible-community/[email protected]
with:
collection-src-directory: infoblox.universal_ddi
ansible-core-version: 'stable-2.15'
target-python-version: '3.11'
testing-type: integration