Skip to content

Commit

Permalink
Adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Thakur committed Nov 7, 2023
1 parent 80d4caa commit dbb8492
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/vertica-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,17 @@ jobs:
run: python -m pytest tests/functional/adapter/test_basic.py
- name: Test Constraints
run: python -m pytest tests/functional/adapter/test_constraints.py
- name: Test Dbt clone
run: python -m pytest tests/functional/adapter/dbt_clone/test_dbt_clone.py
- name: Test Constraints1
run: python -m pytest tests/functional/adapter/constraints/test_constraints.py
- name: Test Incremental
run: python -m pytest tests/functional/adapter/incremental/
- name: Test Concurrency
run: python -m pytest tests/functional/adapter/concurrency/
- name: Test ephemeral
run: python -m pytest tests/functional/adapter/ephemeral/
- name: Test Doc Generate
run: python -m pytest tests/functional/adapter/test_doc_gen.py
- name: Test Data Type Boolean
run: python -m pytest tests/functional/adapter/test_data_types.py
- name: Test Concat
run: python -m pytest tests/functional/adapter/utils/test_concat.py
- name: Test Data Type Int
run: python -m pytest tests/functional/adapter/utils/data_type/
- name: Test ephemeral
run: python -m pytest tests/functional/adapter/ephemeral/



run: python -m pytest tests/functional/adapter/utils/data_type/

0 comments on commit dbb8492

Please sign in to comment.