Skip to content

Commit 342b5f5

Browse files
committed
Try in verbose mode :(
1 parent 1502e1c commit 342b5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
AWS_REGION: ${{ secrets.AWS_REGION }}
112112
AWS_BUCKET_NAME: ${{ secrets.AWS_BUCKET_NAME }}
113113
run: |
114-
pytest tests/tests_transfers/aws
114+
pytest tests/tests_transfers/aws -v
115115
116116
# - name: All Other Tests
117117
# run: |

0 commit comments

Comments
 (0)