Skip to content

Simple Github Actions workflow for E2E #1

Simple Github Actions workflow for E2E

Simple Github Actions workflow for E2E #1

Workflow file for this run

name: ReSDK E2E
on:
pull_request:
workflow_dispatch:
jobs:
e2e:

Check failure on line 8 in .github/workflows/e2e.yaml

View workflow run for this annotation

GitHub Actions / ReSDK E2E

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yaml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: e2e-runner
needs: unittest
steps:
- run: echo "Running."