2022-09-10 18:58:02 +00:00
|
|
|
name: PR CI
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- mealie-next
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
backend-tests:
|
|
|
|
name: "Backend Server Tests"
|
2022-09-10 19:10:28 +00:00
|
|
|
uses: ./.github/workflows/partial-backend.yml
|
2022-09-10 18:58:02 +00:00
|
|
|
|
|
|
|
frontend-tests:
|
|
|
|
name: "Frontend and End-to-End Tests"
|
2022-09-10 19:10:28 +00:00
|
|
|
uses: ./.github/workflows/partial-frontend.yml
|