homebox/.github/workflows/pull-requests.yaml

16 lines
329 B
YAML
Raw Normal View History

2022-09-09 21:14:31 +00:00
name: Pull Request CI
on:
pull_request:
branches:
- main
jobs:
backend-tests:
name: "Backend Server Tests"
uses: hay-kot/homebox/.github/workflows/partial-backend.yaml@main
2022-09-09 21:14:31 +00:00
frontend-tests:
name: "Frontend and End-to-End Tests"
uses: hay-kot/homebox/.github/workflows/partial-frontend.yaml@main