From 7aef6aa29ffddd2b2f519e5ccd154f6c20cc4153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 May 2020 22:15:16 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 167a6c57..852e35a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,4 +40,4 @@ jobs: run: yarn build - name: Run PHPunit - run: ./bin/phpunit + run: ./bin/phpunit --exclude-group DB