From 1ba2ab298a4f6d0a98436589e81fc22c8281a33d Mon Sep 17 00:00:00 2001 From: Hugo Nollet Date: Mon, 18 Oct 2021 10:46:28 +0200 Subject: [PATCH] test add --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5586af..e0a382a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: - restore_cache: key: dependencies-{{ checksum "package.json" }}-v1 - run: - command: echo 'Test validated' + command: yarn test:e2e environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer