We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e910dc8 commit 9927bfcCopy full SHA for 9927bfc
Makefile
@@ -3,15 +3,13 @@ dbt-trino-tests:
3
./docker/dbt/build.sh
4
./docker/init_trino.bash
5
pip install -r dev_requirements.txt
6
- tox -r || ./docker/remove_trino.bash
+ tox -r
7
./docker/run_tests.bash
8
- ./docker/remove_trino.bash
9
10
dbt-starburst-tests:
11
docker network create dbt-net || true
12
13
./docker/init_starburst.bash
14
15
- tox -r || ./docker/remove_starburst.bash
16
17
- ./docker/remove_starburst.bash
0 commit comments