Skip to content

Commit c4cbaa7

Browse files
committed
Update test-phpcpd.yml
1 parent 5217a1c commit c4cbaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpcpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
extensions: dom, mbstring
4040

4141
- name: Detect code duplication
42-
run: phpcpd --exclude system/Test --exclude system/ThirdParty -- app/ public/ system/ --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php --exclude system/Database/MySQLi/Builder.php --exclude system/Database/OCI8/Builder.php
42+
run: phpcpd --exclude system/Test --exclude system/ThirdParty --exclude system/Database/SQLSRV/Builder.php --exclude system/Database/SQLSRV/Forge.php --exclude system/Database/MySQLi/Builder.php --exclude system/Database/OCI8/Builder.php -- app/ public/ system/

0 commit comments

Comments
 (0)