Skip to content

Commit 79f8a3b

Browse files
committed
chore: fix CI of e2e tests
1 parent d65c8cc commit 79f8a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: 12
4545
- name: e2e chrome test
46-
- run: npm i
47-
- run : npm run test:e2e
46+
run: npm i
47+
run : npm run test:e2e
4848
env:
4949
BROWSER: chrome

0 commit comments

Comments
 (0)