diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0013825d..97acaf67 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -43,7 +43,8 @@ jobs: with: node-version: 12 - name: e2e chrome test - run: npm i - run : npm run test:e2e + run: | + npm i + npm run test:e2e env: BROWSER: chrome \ No newline at end of file