We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13962ba commit 69cb3b7Copy full SHA for 69cb3b7
.github/workflows/ci.yml
@@ -26,10 +26,10 @@ jobs:
26
run: brew update
27
- name: Install Chrome (macOS)
28
if: matrix.os == 'macOS-latest' && matrix.browser == 'ChromeHeadless'
29
- run: brew cask install google-chrome
+ run: brew install --cask google-chrome
30
- name: Install Firefox (macOS)
31
if: matrix.os == 'macOS-latest' && matrix.browser == 'FirefoxHeadless'
32
- run: brew cask install firefox
+ run: brew install --cask firefox
33
- name: Install Dependencies
34
run: yarn bootstrap
35
- name: Run Tests
0 commit comments