ci: add dependencies between PR jobs
Some checks failed
pull-requests-open / Check commit compliance (pull_request) Successful in 5s
pull-requests-open / Run tests (pull_request) Failing after 1m18s

This commit is contained in:
Bertrand Lanson 2024-09-14 13:15:07 +02:00
parent f5fc5bb845
commit 452a1cd252
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

View File

@ -36,6 +36,7 @@ jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
needs: commit-history-check
steps:
- name: Checkout
uses: actions/checkout@v4