mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +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
|
path: ./obj/*.hex
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: download-toolchain
|
needs: [download-toolchain, build]
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue