From d65c8ccf5e357230b6f4c7ab9c8000fe7a769f55 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Thu, 30 Jan 2020 15:39:37 +0100 Subject: [PATCH] chore: update CI of e2e test --- .github/workflows/nodejs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0d084725..dcaff995 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -39,13 +39,11 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + - uses: actions/setup-node@v1 with: node-version: 12 - name: e2e chrome test - run: | - npm i - npm run test:e2e + - run: npm i + - run : npm run test:e2e env: - CI: true \ No newline at end of file + BROWSER: chrome \ No newline at end of file