Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

browser-actions/setup-firefox

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Repository files navigation

build-test

setup-firefox

This action sets by Firefox for use in actions by:

  • downloading and caching a version of Firefox by version and add to PATH

Usage

See action.yml

Basic usage:

steps:
  - uses: browser-actions/setup-firefox@v1
  - run: firefox --version

Use in the matrix:

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        firefox: [ '84.0', 'devedition-84.0b1', 'latest-beta', 'latest-devedition', 'latest-nightly', 'latest-esr', 'latest' ]
    name: Firefox ${{ matrix.firefox }} sample
    steps:
      - name: Setup firefox
        id: setup-firefox
        uses: browser-actions/setup-firefox@v1
        with:
          firefox-version: ${{ matrix.firefox }}
      - run: |
          echo Installed firefox versions: ${{ steps.setup-firefox.outputs.firefox-version }}
          ${{ steps.setup-firefox.outputs.firefox-path }} --version

License

MIT

About

Set up your GitHub Actions workflow with a specific version of firefox

Topics

Resources

License

Stars

Watchers

Forks

Contributors 10

Morty Proxy This is a proxified and sanitized view of the page, visit original site.