Skip to content

Commit

Permalink
allow logging in tests (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Nov 8, 2024
1 parent fbb0cb1 commit 49720de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Run Tests
run: |
pytest jhub_apps/tests/tests_e2e/ -vvv -m "${{ matrix.test_type }}"
pytest jhub_apps/tests/tests_e2e/ -vvv -s -m "${{ matrix.test_type }}"
- name: Create artifact name
id: artifact-name
Expand Down

0 comments on commit 49720de

Please sign in to comment.