build job depends on tests

This commit is contained in:
Fco. Javier Delgado del Hoyo 2021-03-07 13:05:22 +01:00
parent 2405077482
commit 4d2a75df19

View file

@ -18,6 +18,7 @@ jobs:
run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test
build:
runs-on: ubuntu-20.04
needs: test
steps:
- name: Checkout the code
uses: actions/checkout@v2