From 84cc0c79905ea58cf70b9ad226988b3a500e1445 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 26 Aug 2021 11:56:35 +0200 Subject: [PATCH] [TASK] Drop CI task dependencies This helps us see all failures on GitHub. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08eaad0..df5456b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,6 @@ jobs: unit-tests: name: "Unit tests" runs-on: ubuntu-22.04 - needs: php-lint steps: - name: "Checkout" uses: actions/checkout@v4 @@ -197,7 +196,6 @@ jobs: functional-tests: name: "Functional tests" runs-on: ubuntu-22.04 - needs: php-lint env: DB_DATABASE: typo3 DB_USER: root