Skip to content

Commit c496b32

Browse files
committed
chore: e2e test CI: fix run command
1 parent 79f8a3b commit c496b32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nodejs.yml

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

0 commit comments

Comments
 (0)