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

16 lines
308 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/go.yaml@main
frontend-tests:
name: "Frontend and End-to-End Tests"
uses: hay-kot/homebox/.github/workflows/frontend.yaml@main