summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/ci/azure/install_firefox.yml
blob: d43e28b274f1cf44d75a742c1786b380906e3cdc (plain)
1
2
3
4
5
6
7
8
steps:
# The raw firefox@nightly.rb cask URL is used to bypass caching.
- script: |
    set -eux -o pipefail
    curl https://raw.githubusercontent.com/Homebrew/homebrew-cask/HEAD/Casks/f/firefox@nightly.rb > firefox@nightly.rb
    HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask firefox@nightly.rb
  displayName: 'Install Firefox Nightly'
  condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))