mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 12:43:19 +02:00
Run backend, unit-tests, and frontend in parallel
Only the Docker publish step gates on all three completing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9a053d0814
commit
183f3ec492
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -64,7 +64,6 @@ jobs:
|
|||
unit-tests:
|
||||
name: Unit Tests (${{ matrix.os }})
|
||||
runs-on: ${{ matrix.runner }}
|
||||
needs: backend
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue