mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 09:16:01 +03:00
Merge pull request #5545 from iNavFlight/agh_gh_ci_2
[CI] Make the GH CI test job require all the build jobs first
This commit is contained in:
commit
301dd301f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
path: ./obj/*.hex
|
||||
|
||||
test:
|
||||
needs: download-toolchain
|
||||
needs: [download-toolchain, build]
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue