From 79f8a3b315e76b24978559d5a71c400095709508 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Thu, 30 Jan 2020 15:44:54 +0100 Subject: [PATCH] chore: fix CI of e2e tests --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dcaff995..0013825d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -43,7 +43,7 @@ jobs: with: node-version: 12 - name: e2e chrome test - - run: npm i - - run : npm run test:e2e + run: npm i + run : npm run test:e2e env: BROWSER: chrome \ No newline at end of file