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