blob: fea9337c14c9559d7dfca9d4cf2e1d846c1959f3 (
plain)
1
2
3
4
5
6
7
|
---
# 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'] }
|