Skip to content

Test Server (Docker) #3918

Test Server (Docker)

Test Server (Docker) #3918

name: Test Server (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-server.yml
with:
test-script: 'npx gulp docker-server-test-run --steps-as-tasks'
is-docker: true