Skip to content

BI-5168: launch E2E tests on prerelease #1

BI-5168: launch E2E tests on prerelease

BI-5168: launch E2E tests on prerelease #1

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 }}
repo: datalens-ui
owner: datalens-tech
workflow: e2e_tests.yml
workflow_inputs:
control-api: 0.2040.0

Check failure on line 20 in .github/workflows/run_e2e.yml

View workflow run for this annotation

GitHub Actions / Run E2E

Invalid workflow file

The workflow is not valid. .github/workflows/run_e2e.yml (Line: 20, Col: 13): A mapping was not expected
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