Test Functional (Local Firefox) #3915
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Functional (Local Firefox) | |
on: | |
workflow_dispatch: | |
inputs: | |
sha: | |
description: 'The test commit SHA or ref' | |
required: true | |
default: 'master' | |
merged_sha: | |
description: 'The merge commit SHA' | |
deploy_run_id: | |
description: 'The ID of a deployment workspace run with artifacts' | |
jobs: | |
test: | |
uses: ./.github/workflows/test-functional.yml | |
with: | |
test-script: 'npx gulp test-functional-local-headless-firefox-run --steps-as-tasks' |