From 3d13cfbe392bffee1b9f0eaed883315d2152bec9 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 23 Jan 2020 19:58:07 +0100 Subject: [PATCH] Removes pisad from the commands to be run by circle-ci before e2e tests --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da0ba21..98cb5e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,6 @@ jobs: name: Run e2e tests command: | . venv/bin/activate - python3 -m pisa.pisad & pytest test/pisa/e2e/ # - store_artifacts: