From f4a117de09bbd008140f35576c5e2d3fdc274b54 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Sun, 3 Jan 2021 13:37:46 +0200 Subject: [PATCH] ci(global): fixes typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index efa5ce2f8..4642a1746 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,5 +35,5 @@ jobs: - node_modules key: 'deps-{{ checksum "package.json" }}' - run: 'dockerize -wait tcp://localhost:5432 -timeout 1m' - - run: 'npm run test:server' + - run: 'npm run test' - run: 'bash <(curl -s https://codecov.io/bash)'