Skip to content

Commit 6bab43e

Browse files
committed
ci: trigger release build and scope tests to main
1 parent 5315706 commit 6bab43e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,27 @@ clean:
5959
.PHONY: clean
6060

6161
test-dbt1.0: .venv-dbt10/bin/python
62-
.venv-dbt10/bin/python -m pytest tests
62+
.venv-dbt10/bin/python -m pytest tests/test_main.py
6363
.PHONY: test-dbt1.0
6464

6565
test-dbt1.1: .venv-dbt11/bin/python
66-
.venv-dbt11/bin/python -m pytest tests
66+
.venv-dbt11/bin/python -m pytest tests/test_main.py
6767
.PHONY: test-dbt1.1
6868

6969
test-dbt1.2: .venv-dbt12/bin/python
70-
.venv-dbt12/bin/python -m pytest tests
70+
.venv-dbt12/bin/python -m pytest tests/test_main.py
7171
.PHONY: test-dbt1.2
7272

7373
test-dbt1.3: .venv-dbt13/bin/python
74-
.venv-dbt13/bin/python -m pytest tests
74+
.venv-dbt13/bin/python -m pytest tests/test_main.py
7575
.PHONY: test-dbt1.3
7676

7777
test-dbt1.4: .venv-dbt14/bin/python
78-
.venv-dbt14/bin/python -m pytest tests
78+
.venv-dbt14/bin/python -m pytest tests/test_main.py
7979
.PHONY: test-dbt1.4
8080

8181
test-dbt1.5: .venv-dbt15/bin/python
82-
.venv-dbt15/bin/python -m pytest tests
82+
.venv-dbt15/bin/python -m pytest tests/test_main.py
8383
.PHONY: test-dbt1.5
8484

8585
test: test-dbt1.0 test-dbt1.1 test-dbt1.2 test-dbt1.3 test-dbt1.4 test-dbt1.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbt-core-interface"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Dbt Core Interface"
55
authors = ["Alex Butler <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)