mealie/.github/workflows/pull-requests.yml

16 lines
286 B
YAML
Raw Normal View History

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
frontend-tests:
name: "Frontend and End-to-End Tests"
2022-09-10 19:10:28 +00:00
uses: ./.github/workflows/partial-frontend.yml