Skip to content

Commit b4da168

Browse files
test
1 parent 61500be commit b4da168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"postCreateCommand": "cd customer-client && npm ci && npx playwright install --with-deps chromium",
18-
"postStartCommand": "docker compose up --build -d && cd golden-master-tests && npm run test:ui:codespaces",
18+
"postStartCommand": "docker compose up --build -d && cd customer-client && npm run test:ui:codespaces",
1919
"customizations": {
2020
"vscode": {
2121
"settings": {},

0 commit comments

Comments
 (0)