Skip to content

Commit ea0fa09

Browse files
committed
fixup! fix up multiline commands
1 parent d24bd60 commit ea0fa09

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ jobs:
9797
run: npm run build
9898

9999
- name: Test
100-
run: |
101-
npm run test:unit -- `
102-
--headless -b edge `
103-
-c ${{ matrix.CONFIGS.config }}
100+
run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
104101

105102
safari:
106103
runs-on: macos-latest
@@ -138,6 +135,4 @@ jobs:
138135
run: npm run build
139136

140137
- name: Test
141-
run: |
142-
npm run test:unit -- -b safari \
143-
-c ${{ matrix.CONFIGS.config }}
138+
run: npm run test:unit -- -b safari -c ${{ matrix.CONFIGS.config }}

0 commit comments

Comments
 (0)