Skip to content

Commit 1688365

Browse files
committed
improve test scripts
1 parent 0a2711c commit 1688365

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ git clone --depth 1 https://github.com/dbt-labs/jaffle_shop.git
2424

2525
cd jaffle_shop
2626

27-
git pull
28-
2927
mkdir -p /tmp/jaffle_shop
3028

3129
mkdir -p $HOME/.dbt
@@ -57,4 +55,6 @@ jaffle_shop:
5755
5856
EOF
5957

58+
dbt seed
59+
dbt run
6060
dbt docs generate

run_tests_docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
docker build . -t dbt-sqlite
46

57
docker run \

0 commit comments

Comments
 (0)