Skip to content

Add ci that runs tests on PR #1

Add ci that runs tests on PR

Add ci that runs tests on PR #1

Workflow file for this run

name: CI for verifying PR
on:
pull_request:
branches:
- dev
- main
types: [ opened, synchronize, reopened ]
paths-ignore:
- README.md
jobs:
run-unit-tests:
uses: ./.github/workflows/unite_tests.yaml

Check failure on line 14 in .github/workflows/on_pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_pr.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/on_pr.yaml" -> "./.github/workflows/unite_tests.yaml" : failed to fetch workflow: workflow was not found.