mirror of
https://github.com/unraid/api.git
synced 2026-04-28 19:19:23 -05:00
fix: require coverage before building app
This commit is contained in:
@@ -75,7 +75,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: [lint]
|
||||
needs: [lint,coverage]
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Reference in New Issue
Block a user