From 6537029c32145f082f3fb1c739d7c624c4200fc3 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 16 Dec 2020 11:32:54 +0100 Subject: Remove unnecesary if clause Signed-off-by: Benjamin Brahmer --- .github/workflows/php-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index ccb18bfa2..9c9fadab4 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -24,7 +24,6 @@ jobs: ### Back to normal setup - name: Set up server non MySQL - if: matrix.database != 'mysql' uses: SMillerDev/nextcloud-actions/setup-nextcloud@main with: cron: true @@ -49,4 +48,4 @@ jobs: - name: Unittests run: cd ../server/apps/news && make unit-test - name: Upload codecoverage - run: cd ../server/apps/news && bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover \ No newline at end of file + run: cd ../server/apps/news && bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover -- cgit v1.2.3