Skip to content

Ensure fact cache is cleared before running frr molecule #2502

Ensure fact cache is cleared before running frr molecule

Ensure fact cache is cleared before running frr molecule #2502

name: Build and install collection
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
verify-collection:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install ansible
run: pip install ansible
- name: Build ansible collection
run: ansible-galaxy collection build .
- name: Install collection
run: ansible-galaxy collection install --force osp-edpm-*.tar.gz