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