Skip to content

Commit ba8b23a

Browse files
committed
[#ntegration] - correcting run and phpcs settings
1 parent 395aaf5 commit ba8b23a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

-2
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ jobs:
424424
runs-on: "ubuntu-22.04"
425425
needs:
426426
- "unit-tests"
427-
- "integration-tests"
428427
- "db-mysql-tests"
429428
# - "db-postgres-tests"
430429
# - "db-sqlite-tests"
@@ -451,7 +450,6 @@ jobs:
451450
runs-on: "ubuntu-22.04"
452451
needs:
453452
- "unit-tests"
454-
- "integration-tests"
455453
- "db-mysql-tests"
456454
# - "db-postgres-tests"
457455
# - "db-sqlite-tests"

phpcs.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
99
</rule>
1010
<file>src</file>
11-
<file>tests/integration</file>
11+
<file>tests/database</file>
1212
<file>tests/unit</file>
1313
</ruleset>

0 commit comments

Comments
 (0)