Skip to content

Commit

Permalink
Made pytest verbose in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aosingh committed Jul 14, 2022
1 parent 1e5658f commit 957a56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oracle-xe-adapter-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run adapter tests - ORA_PYTHON_DRIVER_TYPE => CX
run: |
pytest
pytest -vv
env:
ORA_PYTHON_DRIVER_TYPE: CX
DBT_ORACLE_USER: DBT_TEST
Expand All @@ -71,7 +71,7 @@ jobs:

- name: Run adapter tests - ORA_PYTHON_DRIVER_TYPE => THICK
run: |
pytest
pytest -vv
env:
ORA_PYTHON_DRIVER_TYPE: THICK
DBT_ORACLE_USER: DBT_TEST
Expand Down

0 comments on commit 957a56f

Please sign in to comment.