Skip to content

Commit 0321946

Browse files
committed
test
1 parent 82505f9 commit 0321946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: ./docker-start.sh
2626
working-directory: ${{ matrix.dir }}
2727
- name: Run pyinfra deploy
28-
run: pyinfra -y ${{ matrix.inventory-file }} ${{ matrix.deploy-file }}
28+
run: pyinfra -y -vvv ${{ matrix.inventory-file }} ${{ matrix.deploy-file }}
2929
working-directory: ${{ matrix.dir }}
3030
- run: ./docker-stop.sh
3131
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)