Skip to content

Commit

Permalink
Install Chrome in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jan 12, 2024
1 parent ad3933e commit e4dcf15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ jobs:
gem install asciidoctor
git config --global user.name "Example Name"
git config --global user.email "[email protected]"
- uses: browser-actions/setup-chrome@v1
id: setup-chrome
- run: |
${{ steps.setup-chrome.outputs.chrome-path }} --version
- name: "Set $TERM=xterm"
run: printf "TERM=xterm\\n" >> $GITHUB_ENV
- name: "Run bats tests"
Expand Down Expand Up @@ -258,6 +262,10 @@ jobs:
sudo gem install asciidoctor
git config --global user.name "Example Name"
git config --global user.email "[email protected]"
- uses: browser-actions/setup-chrome@v1
id: setup-chrome
- run: |
${{ steps.setup-chrome.outputs.chrome-path }} --version
- name: "Install bats-core"
run: |
git clone https://github.com/bats-core/bats-core.git "${HOME}/bats-core" &&
Expand Down

0 comments on commit e4dcf15

Please sign in to comment.