Skip to content

Commit beab42d

Browse files
committed
Print out chrome verison in GHA testing
1 parent 7262dca commit beab42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install choreographer
2727
run: uv sync --no-sources --all-extras
2828
- name: Install google-chrome-for-testing
29-
run: uv run --no-sources choreo_get_chrome
29+
run: uv run --no-sources choreo_get_chrome -v
3030
- name: Diagnose
3131
run: uv run --no-sources choreo_diagnose --no-run
3232
timeout-minutes: 1

0 commit comments

Comments
 (0)