Skip to content

Commit d65c8cc

Browse files
committed
chore: update CI of e2e test
1 parent f661fb4 commit d65c8cc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@v1
42-
- name: Use Node.js ${{ matrix.node-version }}
43-
uses: actions/setup-node@v1
42+
- uses: actions/setup-node@v1
4443
with:
4544
node-version: 12
4645
- name: e2e chrome test
47-
run: |
48-
npm i
49-
npm run test:e2e
46+
- run: npm i
47+
- run : npm run test:e2e
5048
env:
51-
CI: true
49+
BROWSER: chrome

0 commit comments

Comments
 (0)