Skip to content

Commit

Permalink
Merge pull request metabase#8596 from metabase/fix-ci-config
Browse files Browse the repository at this point in the history
CI config fixes
  • Loading branch information
camsaul authored Sep 27, 2018
2 parents abcfd22 + dddfa0b commit 7fff2b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ jobs:
<<: *restore-be-deps-cache
- run:
name: Run backend unit tests (MongoDB 3.2)
environment:
ENGINES: h2,mongo
command: >
/home/circleci/metabase/metabase/.circleci/skip-driver-tests.sh mongo ||
lein with-profile +ci test
Expand All @@ -247,6 +249,8 @@ jobs:
no_output_timeout: 5m
- run:
name: Run backend unit tests (Vertica)
environment:
ENGINES: h2,vertica
command: >
/home/circleci/metabase/metabase/.circleci/skip-driver-tests.sh vertica ||
lein with-profile +ci test
Expand Down
3 changes: 1 addition & 2 deletions test/metabase/driver/mongo_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
:row_count 1
:data {:rows [[1]]
:columns ["count"]
:cols [{:name "count", :display_name "Count", :base_type :type/Integer
:remapped_to nil, :remapped_from nil}]
:cols [{:name "count", :display_name "Count", :base_type :type/Integer}]
:native_form {:collection "venues"
:query native-query}}}
(-> (qp/process-query {:native {:query native-query
Expand Down

0 comments on commit 7fff2b6

Please sign in to comment.