Skip to content

Test Client (Mobile) #3930

Test Client (Mobile)

Test Client (Mobile) #3930

name: Test Client (Mobile)
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-client.yml
with:
test-script: 'npx gulp test-client-travis-mobile-run --steps-as-tasks'
browsers: '["chrome", "safari"]'
secrets: inherit