File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,9 @@ RUN pip install dbt==0.21.1
2020# I think it's intended for the forthcoming 1.0.0 dbt release?
2121RUN pip install pytest-dbt-adapter==0.5.1
2222
23+ # dbt-sqlite overrides some stuff pertaining to 'docs generate'
24+ # so exercise it using jaffle_shop repo
25+
26+ RUN cd /root && git clone https://github.com/dbt-labs/jaffle_shop.git
27+
2328ENTRYPOINT ["./run_tests.sh" ]
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ pytest test/sqlite.dbtspec
1212# dbt-sqlite overrides some stuff pertaining to 'docs generate'
1313# so exercise it using jaffle_shop repo
1414
15- cd /tmp
15+ cd /root/jaffle_shop
1616
17- git clone https://github.com/dbt-labs/jaffle_shop.git
17+ git pull
1818
19- cd /tmp/jaffle_shop
19+ mkdir -p /tmp/jaffle_shop
2020
2121mkdir -p /root/.dbt
2222
You can’t perform that action at this time.
0 commit comments