Skip to content

Commit f382c95

Browse files
committed
yaml newline fix
1 parent 3bd8666 commit f382c95

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
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: ./examples/official-site
3030
- name: start official site and wait for it to be ready
3131
timeout-minutes: 1
32-
run: >
32+
run: |
3333
cargo run 2>/tmp/stderrlog &
3434
tail -f /tmp/stderrlog | grep -q "started successfully"
3535
working-directory: ./examples/official-site

0 commit comments

Comments
 (0)