homebox/.github/workflows/pull-requests.yaml
2023-03-22 20:26:23 -08:00

15 lines
No EOL
290 B
YAML

name: Pull Request CI
on:
pull_request:
branches:
- main
jobs:
backend-tests:
name: "Backend Server Tests"
uses: ./.github/workflows/partial-backend.yaml
frontend-tests:
name: "Frontend and End-to-End Tests"
uses: ./.github/workflows/partial-frontend.yaml