add PR workflow

This commit is contained in:
Hayden 2022-09-09 13:14:31 -08:00
parent 870f25b09a
commit 78fa714297

15
.github/workflows/pull-requests.yaml vendored Normal file
View file

@ -0,0 +1,15 @@
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