mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Enable frontend unit tests in docker (#9480)
* Enable frontend unit tests in docker * Update npm command names
This commit is contained in:
+2
-1
@@ -116,12 +116,13 @@ services:
|
||||
frontend-test:
|
||||
build:
|
||||
<<: *frontend-build
|
||||
command: "npm run serve-test"
|
||||
command: "npm run serve:test"
|
||||
volumes:
|
||||
- ".:/home/dev/openproject"
|
||||
- "fedata-test:/home/dev/openproject/public/assets/frontend"
|
||||
environment:
|
||||
PROXY_HOSTNAME: backend-test
|
||||
CHROME_BIN: chromium
|
||||
networks:
|
||||
- testing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user