mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-05 04:15:25 +01:00
update workflows
This commit is contained in:
8
.github/workflows/publish.yaml
vendored
8
.github/workflows/publish.yaml
vendored
@@ -8,15 +8,11 @@ on:
|
||||
jobs:
|
||||
backend-tests:
|
||||
name: "Backend Server Tests"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: hay-kot/homebox/.github/workflows/go.yaml@main
|
||||
uses: hay-kot/homebox/.github/workflows/go.yaml@main
|
||||
|
||||
frontend-tests:
|
||||
name: "Frontend and End-to-End Tests"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: hay-kot/homebox/.github/workflows/frontend.yaml@main
|
||||
uses: hay-kot/homebox/.github/workflows/frontend.yaml@main
|
||||
|
||||
publish:
|
||||
name: "Publish Nightly"
|
||||
|
||||
Reference in New Issue
Block a user