Skip to content

Commit 9927bfc

Browse files
mdesmetdamian3031
authored andcommitted
Fix CI
1 parent e910dc8 commit 9927bfc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ dbt-trino-tests:
33
./docker/dbt/build.sh
44
./docker/init_trino.bash
55
pip install -r dev_requirements.txt
6-
tox -r || ./docker/remove_trino.bash
6+
tox -r
77
./docker/run_tests.bash
8-
./docker/remove_trino.bash
98

109
dbt-starburst-tests:
1110
docker network create dbt-net || true
1211
./docker/dbt/build.sh
1312
./docker/init_starburst.bash
1413
pip install -r dev_requirements.txt
15-
tox -r || ./docker/remove_starburst.bash
14+
tox -r
1615
./docker/run_tests.bash
17-
./docker/remove_starburst.bash

0 commit comments

Comments
 (0)