Skip to content

Commit

Permalink
move conditional check
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobruni committed May 29, 2024
1 parent 40c047b commit d4f5851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
browser: [chrome, firefox, safari]
steps:
- name: Setup firefox
if: ${{ matrix.browser }} == 'firefox'
if: ${{ matrix.browser == 'firefox' }}
run: brew install --cask firefox
- name: Checkout Branch
uses: actions/checkout@v3
Expand Down

0 comments on commit d4f5851

Please sign in to comment.