Skip to content

Commit

Permalink
Install Firefox & Geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC authored and dunglas committed Oct 4, 2024
1 parent 6a9f089 commit 8c86705
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ jobs:
php-version: '8.3'
extensions: zip

- name: Install Firefox
run: brew install --cask firefox

- name: Install Geckodriver
run: brew install geckodriver

- name: Install dependencies
uses: ramsey/composer-install@v3

Expand Down

0 comments on commit 8c86705

Please sign in to comment.