Skip to content

BI-5168: launch E2E tests on prerelease #3

BI-5168: launch E2E tests on prerelease

BI-5168: launch E2E tests on prerelease #3

Workflow file for this run

name: "Run E2E"
on:
pull_request:
jobs:
run_e2e_workflow:
name: "Run E2E workflow and get a result"
runs-on: ubuntu-latest
steps:
- name: Dispatch an action and get the run ID
uses: codex-/return-dispatch@v1
id: return_dispatch
with:
token: ${{ github.token }}
ref: main
repo: datalens-ui
owner: datalens-tech
workflow: e2e_tests.yml
workflow_inputs: '{"control-api": 0.2040.0, "data-api": "0.2040.0"}'
workflow_timeout_seconds: 1200
- name: Await Run ID ${{ steps.return_dispatch.outputs.run_id }}
uses: codex-/[email protected]
with:
token: ${{ github.token }}
repo: datalens-ui
owner: datalens-tech
run_id: ${{ steps.return_dispatch.outputs.run_id }}
run_timeout_seconds: 1200