From 6c86e35e68c9f313f99ae124e518eab70bee1090 Mon Sep 17 00:00:00 2001 From: almeida1492 Date: Mon, 28 Sep 2020 16:36:29 +0200 Subject: [PATCH] Add host to env parameter --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b38474e30..671c36f16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: record: false start: npm start spec: cypress/integration/login_activity_spec.js - env: port=3000 + env: host=localhost,port=3000