We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2711c commit 1688365Copy full SHA for 1688365
run_tests.sh
@@ -24,8 +24,6 @@ git clone --depth 1 https://github.com/dbt-labs/jaffle_shop.git
24
25
cd jaffle_shop
26
27
-git pull
28
-
29
mkdir -p /tmp/jaffle_shop
30
31
mkdir -p $HOME/.dbt
@@ -57,4 +55,6 @@ jaffle_shop:
57
55
58
56
EOF
59
+dbt seed
+dbt run
60
dbt docs generate
run_tests_docker.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
docker build . -t dbt-sqlite
6
7
docker run \
0 commit comments