Skip to content

Commit cff2eb0

Browse files
authored
Update integration-simple.yml
1 parent b6d1fc2 commit cff2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
run: |
169169
echo "Inventory path: ${{ steps.render_inventory.outputs.inventory_path }}"
170170
echo
171-
cat "${{ steps.render_inventory.outputs.inventory_path }}"
171+
# cat "${{ steps.render_inventory.outputs.inventory_path }}"
172172
173173
- name: Run ansible-test network-integration
174174
run: ansible-test network-integration --inventory "${{ steps.render_inventory.outputs.inventory_path }}" -vvvv

0 commit comments

Comments
 (0)