ci: mount web and android contracts read-only in preflight
This commit is contained in:
@@ -72,6 +72,8 @@ jobs:
|
|||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v "$PWD/api-v3/test:/app/test:ro" \
|
-v "$PWD/api-v3/test:/app/test:ro" \
|
||||||
-v "$PWD/api-v3/tsconfig.test.json:/app/tsconfig.test.json:ro" \
|
-v "$PWD/api-v3/tsconfig.test.json:/app/tsconfig.test.json:ro" \
|
||||||
|
-v "$PWD/web-v2:/web-v2:ro" \
|
||||||
|
-v "$PWD/android-app:/android-app:ro" \
|
||||||
"$image" npm test
|
"$image" npm test
|
||||||
docker image rm "$image" >/dev/null 2>&1 || true
|
docker image rm "$image" >/dev/null 2>&1 || true
|
||||||
- name: Build production images
|
- name: Build production images
|
||||||
|
|||||||
Reference in New Issue
Block a user