1
0
Fork 0
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:
Konstantin Sharlaimov 2020-03-28 12:27:06 +01:00 committed by GitHub
commit 301dd301f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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