From e0c5c0047d423d8d555b7cabf00b81ea85513b28 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 16 Dec 2020 17:41:26 +0100 Subject: [PATCH] [ticket/16659] Enable notests tests with commit message check PHPBB3-16659 --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88ac480518..1efaf77148 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,9 +17,9 @@ jobs: strategy: matrix: include: -# - php: '7.1' -# db: "none" -# NOTESTS: 1 + - php: '7.1' + db: "none" + NOTESTS: 1 # - php: '7.1' # db: "mariadb:10.1" # - php: '7.1'