Skip to content

Commit 61b4dea

Browse files
committed
ci: Migrate to reusable quality workflow with PHPUnit and Newman
Replace custom workflow with ConductionNL reusable workflow. Enable PHPUnit and Newman tests (tests/ collections).
1 parent a9a3f7d commit 61b4dea

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,30 @@ on:
44
push:
55
branches: [main, development, feature/**, bugfix/**, hotfix/**]
66
pull_request:
7+
<<<<<<< Updated upstream
78
branches: [main, beta, development]
9+
=======
10+
branches: [main, master, development]
11+
>>>>>>> Stashed changes
812

913
jobs:
1014
quality:
1115
uses: ConductionNL/.github/.github/workflows/quality.yml@main
1216
with:
1317
app-name: softwarecatalog
1418
php-version: "8.3"
19+
<<<<<<< Updated upstream
20+
=======
21+
nextcloud-ref: stable32
22+
>>>>>>> Stashed changes
1523
enable-psalm: true
1624
enable-phpstan: true
1725
enable-phpmetrics: true
1826
enable-frontend: true
1927
enable-eslint: true
28+
<<<<<<< Updated upstream
29+
=======
30+
enable-phpunit: true
31+
enable-newman: true
32+
newman-collection-path: "tests"
33+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)