From 74eb154389b2fef6414e27f7582a3244c8b544de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Thu, 14 Nov 2019 09:52:06 +0100 Subject: [PATCH] add tests to CI --- Makefile | 1 + script/ci/ordered_tests.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 59ba6aab6b..4e80050477 100644 --- a/Makefile +++ b/Makefile @@ -358,6 +358,7 @@ SPEC_HELPER_MIN_SPECS = \ spec/requests/carto/api/public/data_observatory_controller_spec.rb \ spec/lib/tasks/data_observatory_rake_spec.rb \ spec/services/carto/do_licensing_service_spec.rb \ + spec/requests/carto/api/public/federated_tables_controller_spec.rb \ $(NULL) # This class must be tested isolated as pollutes namespace diff --git a/script/ci/ordered_tests.txt b/script/ci/ordered_tests.txt index 783c88ddd8..97ce080a10 100644 --- a/script/ci/ordered_tests.txt +++ b/script/ci/ordered_tests.txt @@ -291,3 +291,4 @@ services/datasources/spec/unit/gdrive_spec.rb services/datasources/spec/unit/dropbox_spec.rb services/datasources/spec/unit/box_spec.rb spec/models/visualization/name_generator_spec.rb +spec/requests/carto/api/public/federated_tables_controller_spec.rb \