Skip to content

Workflow to run test for PRs on main #1

Workflow to run test for PRs on main

Workflow to run test for PRs on main #1

Workflow file for this run

---
name: Workflow - Pull Request
on:
pull_request:
branches:
- main
jobs:
tests:
name: Run tests
uses: ./.github/workflows/test.yml

Check failure on line 12 in .github/workflows/pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull_request.yaml" -> "./.github/workflows/test.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger