We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d1fc2 commit cff2eb0Copy full SHA for cff2eb0
.github/workflows/integration-simple.yml
@@ -168,7 +168,7 @@ jobs:
168
run: |
169
echo "Inventory path: ${{ steps.render_inventory.outputs.inventory_path }}"
170
echo
171
- cat "${{ steps.render_inventory.outputs.inventory_path }}"
+ # cat "${{ steps.render_inventory.outputs.inventory_path }}"
172
173
- name: Run ansible-test network-integration
174
run: ansible-test network-integration --inventory "${{ steps.render_inventory.outputs.inventory_path }}" -vvvv
0 commit comments