Skip to content

Commit 568c7b6

Browse files
committed
Rm Chrome invocation for #378
1 parent 2505677 commit 568c7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
run: file `which python3`
1515
- name: Install screenshot utility
1616
run: python3 -m pip install screenshot
17-
- name: Launch Chrome
18-
run: chrome
17+
# - name: Launch Chrome
18+
# run: chrome
1919
- name: Take screenshot of Chrome
2020
run: screenshot chrome --filename chrome.png --shadow
2121
- name: Upload screenshot

0 commit comments

Comments
 (0)