Skip to content

Commit 26e580f

Browse files
committed
test chrome & chromium-browser
1 parent 9cbd440 commit 26e580f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ jobs:
2525
- run: |
2626
echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
2727
${{ steps.setup-chrome.outputs.chrome-path }} --version
28-
- name: test chromium
28+
- name: test installed chrome
2929
run: |
3030
${{ steps.setup-chrome.outputs.chrome-path }} --no-sandbox --headless --disable-gpu --dump-dom https://google.com
31+
- name: test system chromium
32+
run: |
33+
/usr/bin/chromium-browser --no-sandbox --headless --disable-gpu --dump-dom https://google.com
3134
3235
- name: Python setup
3336
uses: actions/setup-python@v3
@@ -44,10 +47,6 @@ jobs:
4447
pip install mkdocs-to-pdf
4548
#weasyprint --info
4649
47-
- name: test chromium
48-
run: |
49-
/usr/bin/chromium-browser --headless --disable-gpu --dump-dom https://google.com
50-
5150
- name: Checkout
5251
uses: actions/checkout@v4
5352

0 commit comments

Comments
 (0)