mealie/.github/workflows/pull-requests.yml
2022-09-10 11:10:28 -08:00

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