Skip to content

Commit

Permalink
different workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobruni committed May 29, 2024
1 parent 1dcf146 commit c44b495
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 @@ -42,7 +42,7 @@ jobs:
matrix:
browser: [chrome, firefox, safari]
steps:
- if: ${{ matrix.browser == "firefox" }}
- if: ${{ matrix.browser }} == 'firefox'
- name: Setup firefox
run: brew install --cask firefox
- name: Checkout Branch
Expand Down

0 comments on commit c44b495

Please sign in to comment.