mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
chore: cleanup actions and allow reuse + pr template (#1637)
* cleanup actions and allow reuse * add PR template
This commit is contained in:
parent
2df791b80b
commit
e989651336
10 changed files with 226 additions and 216 deletions
15
.github/workflows/pull-requests.yml
vendored
Normal file
15
.github/workflows/pull-requests.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: PR CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- mealie-next
|
||||
|
||||
jobs:
|
||||
backend-tests:
|
||||
name: "Backend Server Tests"
|
||||
uses: hay-kot/mealie/.github/workflows/partial-backend.yml@mealie-next
|
||||
|
||||
frontend-tests:
|
||||
name: "Frontend and End-to-End Tests"
|
||||
uses: hay-kot/mealie/.github/workflows/partial-frontend.yml@mealie-next
|
Loading…
Add table
Add a link
Reference in a new issue