We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd8666 commit f382c95Copy full SHA for f382c95
.github/workflows/playwright.yml
@@ -29,7 +29,7 @@ jobs:
29
working-directory: ./examples/official-site
30
- name: start official site and wait for it to be ready
31
timeout-minutes: 1
32
- run: >
+ run: |
33
cargo run 2>/tmp/stderrlog &
34
tail -f /tmp/stderrlog | grep -q "started successfully"
35
0 commit comments