File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : Run tests
4848 env :
4949 DATADIFF_CLICKHOUSE_URI : " clickhouse://clickhouse:Password1@localhost:9000/clickhouse"
50- run : uv run pytest tests/ -o addopts="--timeout=300 --tb=short" --ignore=tests/test_database_types.py --ignore=tests/test_dbt_config_validators.py
50+ run : |
51+ uv run pytest tests/ \
52+ -o addopts="--timeout=300 --tb=short" \
53+ --ignore=tests/test_database_types.py \
54+ --ignore=tests/test_dbt_config_validators.py \
55+ --ignore=tests/test_main.py
Original file line number Diff line number Diff line change 3939 - name : Run tests
4040 env :
4141 DATADIFF_CLICKHOUSE_URI : " clickhouse://clickhouse:Password1@localhost:9000/clickhouse"
42- run : uv run pytest tests/ -o addopts="--timeout=300 --tb=short" --ignore=tests/test_database_types.py --ignore=tests/test_dbt_config_validators.py
42+ run : |
43+ uv run pytest tests/ \
44+ -o addopts="--timeout=300 --tb=short" \
45+ --ignore=tests/test_database_types.py \
46+ --ignore=tests/test_dbt_config_validators.py \
47+ --ignore=tests/test_main.py
You can’t perform that action at this time.
0 commit comments