1 Commits

Author SHA1 Message Date
Sebastian d7166a0dfe chore: implement js test suites
JS Unit Tests / test (pull_request) Successful in 34s
Build Test / test (pull_request) Failing after 37s
PHP Unit Tests / test (pull_request) Successful in 2m24s
PHP Integration Tests / Integration Tests (pull_request) Successful in 2m48s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-24 00:13:52 -04:00
5 changed files with 465 additions and 48 deletions
-8
View File
@@ -25,14 +25,6 @@ jobs:
node-version: '24'
server-path: './server'
- name: Install Mail Manager
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/mail_manager
ref: main
path: server/modules/mail_manager
github-server-url: https://git.ktrix.dev
- name: Checkout Pull Request
uses: actions/checkout@v6.0.2
with:
-8
View File
@@ -25,14 +25,6 @@ jobs:
node-version: '24'
server-path: './server'
- name: Install Mail Manager
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/mail_manager
ref: main
path: server/modules/mail_manager
github-server-url: https://git.ktrix.dev
- name: Checkout Pull Request
uses: actions/checkout@v6.0.2
with:
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:8
image: mongo:7
options: >-
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
--health-interval 5s
+1 -1
View File
@@ -21,7 +21,7 @@
"ext-ctype": "*",
"psr/log": "^1.0|^2.0|^3.0",
"doctrine/lexer": "^3.0",
"symfony/mime": "^8.0",
"symfony/mime": "^7.0",
"egulias/email-validator": "^4.0"
},
"require-dev": {
+463 -30
View File
File diff suppressed because it is too large Load Diff