Commit 37224b0
committed
Fix CI: remove redundant dbt test command and unused imports
- Remove 'dbt test' from workflow (dbt build already runs tests)
- Remove unused pytest import from conftest.py
- Tables are in-memory and disappear after dbt build completes
Signed-off-by: yassinnouh21 <[email protected]>1 parent 7f023b1 commit 37224b0
File tree
2 files changed
+0
-3
lines changed- .github/workflows
- sdk/python/tests/integration/dbt
2 files changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
0 commit comments