Skip to content

Commit

Permalink
Updated Setup-firefox action for FoxPuppet (#330)
Browse files Browse the repository at this point in the history
Our current setup-firefox build is causing tests to fail in CI.
While we await fixes to be pushed in the setup-firefox repo, we
can utilize a local build that includes the fix pulled from the
repo (browser-actions/setup-firefox#623)
  • Loading branch information
Temidayo32 authored Jan 13, 2025
1 parent 640a872 commit 05a6d11
Show file tree
Hide file tree
Showing 3 changed files with 8,000 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/actions/setup_firefox/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Setup Firefox'
description: 'Install and setup Firefox'
author: "Shin'ya Ueoka"
inputs:
firefox-version:
description: 'The Firefox version to install and use. Examples: 84.0, 84.0.1, latest-esr'
outputs:
firefox-version:
description: 'The installed Firefox version. Useful when given a latest version.'
firefox-path:
description: 'The installed Firefox path.'
runs:
using: 'node20'
main: 'index.js'
Loading

0 comments on commit 05a6d11

Please sign in to comment.