Files
mostlymatter/.github/workflows/e2e-tests-ci.yml
Mario Vitale dc36e42448 CLD-798 Add support for MM_ENV, various fixes (#26616)
* Add support for MM_ENV, various fixes
* Fix workflow template
* Fix reporting steps ordering
* Fix typo
* Improve state check message description
* Fix workflow syntax
* Fix fulltest variable generation
* Fix PR_NUMBER variable usage
* Fix BUILD_ID, add dashboard URL to status check
* Fix automation dashboard URL

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2024-04-03 12:14:19 +02:00

18 строки
488 B
YAML

---
name: E2E Smoketests
on:
# For PRs, this workflow gets triggered from the Argo Events platform.
# Check the following repo for details: https://github.com/mattermost/delivery-platform
workflow_dispatch:
inputs:
commit_sha:
type: string
required: false
jobs:
e2e-smoketest:
uses: ./.github/workflows/e2e-tests-ci-template.yml
with:
commit_sha: "${{ inputs.commit_sha || github.sha }}"
status_check_context: "E2E Tests/smoketests"