mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 05:38:42 +00:00
update workflows
This commit is contained in:
parent
858bfb5a40
commit
1efb675125
1 changed files with 2 additions and 6 deletions
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"
|
||||
|
|
Loading…
Reference in a new issue