Skip to content

Commit 09eafa0

Browse files
martineiberCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 06de95a commit 09eafa0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/API_TESTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and run `npx playwright test` against `http://localhost:8088`.
5252
The `api-tests.yml` workflow:
5353

5454
1. Checks out `platform-version`
55-
2. Resolves the matching `studio-tests` branch (`2026.1` -> `2026.x` -> `main`)
55+
2. Checks out `pimcore/studio-tests` at the exact `platform_version` input (default: `2026.1`)
5656
3. Sets up the Pimcore environment (Docker containers, composer install)
5757
4. Installs Node.js 22 and Playwright
5858
5. Runs `npx playwright test` against `http://localhost:8088`

.github/files/docker-compose.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ services:
1818
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_INITIAL_ADMIN_PASSWORD:-gBsVe!Dut723}
1919

2020
opensearch-dashboards:
21-
deploy:
22-
replicas: 0
21+
profiles:
22+
- debug
2323

2424
mailpit:
25-
deploy:
26-
replicas: 0
25+
profiles:
26+
- debug
2727

2828
mercure:
2929
ports:

0 commit comments

Comments
 (0)