Skip to content

Commit aed1fbe

Browse files
Use tee for localtunnel logs
1 parent d6925ce commit aed1fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: uv sync --locked --all-extras --dev --all-packages
3232

3333
- name: Start localtunnel
34-
run: npx localtunnel --port 5000 > tunnel.log 2>&1 &
34+
run: npx localtunnel --port 5000 2>&1 | tee tunnel.log &
3535

3636
- name: Format
3737
run: uv run format_check

0 commit comments

Comments
 (0)