Test Client (Desktop) #4399
This file contains hidden or 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 Client (Desktop) | |
| 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 --no-install gulp test-client-travis-run --steps-as-tasks' | |
| browsers: '["microsoftedge", "chrome", "firefox", "safari"]' | |
| secrets: inherit |