Skip to content

Commit 8c86705

Browse files
HypeMCdunglas
authored andcommitted
Install Firefox & Geckodriver
1 parent 6a9f089 commit 8c86705

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ jobs:
153153
php-version: '8.3'
154154
extensions: zip
155155

156+
- name: Install Firefox
157+
run: brew install --cask firefox
158+
159+
- name: Install Geckodriver
160+
run: brew install geckodriver
161+
156162
- name: Install dependencies
157163
uses: ramsey/composer-install@v3
158164

0 commit comments

Comments
 (0)