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 15, 2022
1 parent 957a56f commit 08185a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/oracle-xe-adapter-tests.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run adapter tests - ORA_PYTHON_DRIVER_TYPE => CX
run: |
pytest -vv
pytest -v
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 -vv
pytest -v
env:
ORA_PYTHON_DRIVER_TYPE: THICK
DBT_ORACLE_USER: DBT_TEST
Expand All @@ -87,7 +87,7 @@ jobs:

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

0 comments on commit 08185a5

Please sign in to comment.