mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
commit
9be12c72e7
1 changed files with 2 additions and 3 deletions
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
|
@ -16,8 +16,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu, windows]
|
||||
# os: [ubuntu, macos, windows]
|
||||
os: [ubuntu, macos, windows]
|
||||
browser: [firefox, firefoxesr]
|
||||
exclude:
|
||||
- os: macos
|
||||
|
@ -59,7 +58,7 @@ jobs:
|
|||
- name: Install Firefox Dev Edition (MacOS)
|
||||
if: matrix.browser == 'firefox' && matrix.os == 'macos'
|
||||
run: |
|
||||
brew cask --verbose --debug install homebrew/cask-versions/firefox-developer-edition
|
||||
brew install --cask homebrew/cask-versions/firefox-developer-edition
|
||||
echo "/Applications/Firefox Developer Edition.app/Contents/MacOS/" >> $GITHUB_PATH
|
||||
- name: Install Firefox Dev Edition (Windows)
|
||||
if: matrix.browser == 'firefox' && matrix.os == 'windows'
|
||||
|
|
Loading…
Add table
Reference in a new issue