Skip to content

Commit

Permalink
Try it with Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Jun 4, 2024
1 parent ffb5158 commit 49dd752
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ jobs:
with:
go-version: "1.22"

- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
id: setup-chrome


- name: Setup a Browser
run: |
sudo apt-get install -y w3m
sudo update-alternatives --install /usr/bin/www-browser www-browser /usr/bin/w3m 500
sudo update-alternatives --set www-browser /usr/bin/w3m
${{ steps.setup-chrome.outputs.chrome-path }} --version
sudo update-alternatives --install /usr/bin/www-browser www-browser ${{ steps.setup-chrome.outputs.chrome-path }} 500
sudo update-alternatives --set www-browser ${{ steps.setup-chrome.outputs.chrome-path }}
sudo update-alternatives --config www-browser
- name: Build test cli
Expand Down

0 comments on commit 49dd752

Please sign in to comment.