Skip to content

Commit

Permalink
Add firefox setup to CI pipeline (#4802)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain authored Nov 23, 2022
1 parent 13190d2 commit 3373687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@v2
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: "latest"
- uses: actions/setup-node@v2
with:
node-version: ${{matrix.node}}
Expand Down

0 comments on commit 3373687

Please sign in to comment.