File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments