Skip to content

Test Functional (ESM) #1676

Test Functional (ESM)

Test Functional (ESM) #1676

name: Test Functional (ESM)
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 prepare-functional-tests --steps-as-tasks && npm run test-functional-local-headless-chrome-run-esm'