Skip to content

Commit 3bd8666

Browse files
committed
fix yaml newlines error
1 parent 2f7087c commit 3bd8666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'npm'
2222
cache-dependency-path: ./tests/end-to-end/package-lock.json
2323
- name: Install dependencies
24-
run: >
24+
run: |
2525
npm ci
2626
npx playwright install --with-deps chromium
2727
- name: build sqlpage

0 commit comments

Comments
 (0)