Skip to content

Commit

Permalink
setup-firefox on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mneunomne committed Apr 18, 2023
1 parent eb43bb8 commit 1c33ccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
release_name: ${{ steps.release_info.outputs.VERSION }}
prerelease: true
- name: Setup Chrome
id: setup-chrome
uses: browser-actions/setup-chrome@v1
- name: Setup firefox
id: setup-firefox
uses: browser-actions/setup-firefox@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 1c33ccd

Please sign in to comment.