Skip to content

Commit

Permalink
Install Firefox & Geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed May 16, 2024
1 parent a33d4c8 commit cb966df
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 @@ -207,6 +207,12 @@ jobs:
php-version: '8.3'
extensions: zip

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

- name: Install Geckodriver
run: brew install geckodriver

- name: Get composer cache directory
id: composercache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit cb966df

Please sign in to comment.