From fb06d4cfa4e92123240ed6beeace73ec031c9747 Mon Sep 17 00:00:00 2001 From: almeida1492 Date: Mon, 28 Sep 2020 16:48:45 +0200 Subject: [PATCH] Remove env param --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 602ed8726..32b1c1e2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,6 @@ jobs: with: record: false start: npm start - spec: cypress/integration/login_activity_spec.js - env: host=localhost,port=3000 + spec: cypress/integration/**/* + # env: host=localhost,port=3000 wait-on: "http://localhost:3000"