Skip to content

Test Functional (Docker) #3923

Test Functional (Docker)

Test Functional (Docker) #3923

name: Test Functional (Docker)
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 docker-functional-test-run --steps-as-tasks'
retry_failed_tests: false
is-docker: true