We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395aaf5 commit ba8b23aCopy full SHA for ba8b23a
.github/workflows/continuous-integration.yml
@@ -424,7 +424,6 @@ jobs:
424
runs-on: "ubuntu-22.04"
425
needs:
426
- "unit-tests"
427
- - "integration-tests"
428
- "db-mysql-tests"
429
# - "db-postgres-tests"
430
# - "db-sqlite-tests"
@@ -451,7 +450,6 @@ jobs:
451
450
452
453
454
455
456
457
phpcs.xml
@@ -8,6 +8,6 @@
8
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
9
</rule>
10
<file>src</file>
11
- <file>tests/integration</file>
+ <file>tests/database</file>
12
<file>tests/unit</file>
13
</ruleset>
0 commit comments