diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f44ec..852c283 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: unit-tests: name: "Unit tests" runs-on: ubuntu-latest + needs: php-lint steps: - name: Checkout @@ -138,6 +139,7 @@ jobs: functional-tests: name: "Functional tests" runs-on: ubuntu-latest + needs: php-lint steps: - name: Checkout