mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
* fix nxos_pim issues * unused line removed * unused line removed * remove unnecessary files
7 lines
210 B
YAML
7 lines
210 B
YAML
---
|
|
# Use block to ensure that both cli and nxapi tests
|
|
# will run even if there are failures or errors.
|
|
- block:
|
|
- { include: cli.yaml, tags: ['cli'] }
|
|
always:
|
|
- { include: nxapi.yaml, tags: ['nxapi'] }
|