mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 13:06:32 +00:00
add PR workflow
This commit is contained in:
parent
870f25b09a
commit
78fa714297
1 changed files with 15 additions and 0 deletions
15
.github/workflows/pull-requests.yaml
vendored
Normal file
15
.github/workflows/pull-requests.yaml
vendored
Normal 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
|
Loading…
Reference in a new issue