mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16659] Enable notests tests with commit message check
PHPBB3-16659
This commit is contained in:
parent
2a1a22dffe
commit
e0c5c0047d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - php: '7.1'
|
- php: '7.1'
|
||||||
# db: "none"
|
db: "none"
|
||||||
# NOTESTS: 1
|
NOTESTS: 1
|
||||||
# - php: '7.1'
|
# - php: '7.1'
|
||||||
# db: "mariadb:10.1"
|
# db: "mariadb:10.1"
|
||||||
# - php: '7.1'
|
# - php: '7.1'
|
||||||
|
|
Loading…
Add table
Reference in a new issue