15 lines
286 B
YAML
15 lines
286 B
YAML
name: PR CI
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- mealie-next
|
|
|
|
jobs:
|
|
backend-tests:
|
|
name: "Backend Server Tests"
|
|
uses: ./.github/workflows/partial-backend.yml
|
|
|
|
frontend-tests:
|
|
name: "Frontend and End-to-End Tests"
|
|
uses: ./.github/workflows/partial-frontend.yml
|