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 82505f9 commit 0321946Copy full SHA for 0321946
1 file changed
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- run: ./docker-start.sh
26
working-directory: ${{ matrix.dir }}
27
- name: Run pyinfra deploy
28
- run: pyinfra -y ${{ matrix.inventory-file }} ${{ matrix.deploy-file }}
+ run: pyinfra -y -vvv ${{ matrix.inventory-file }} ${{ matrix.deploy-file }}
29
30
- run: ./docker-stop.sh
31
0 commit comments