Skip to content

Commit

Permalink
don't install firefox on all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobruni committed May 29, 2024
1 parent 4d65c51 commit 1dcf146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
matrix:
browser: [chrome, firefox, safari]
steps:
- if: ${{ matrix.browser == "firefox" }}
- name: Setup firefox
run: brew install --cask firefox
- name: Checkout Branch
uses: actions/checkout@v3
- name: Setup firefox
run: brew install --cask firefox
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1dcf146

Please sign in to comment.