mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
13 lines
302 B
YAML
13 lines
302 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
tests:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.ui-test
|
||
|
volumes:
|
||
|
- './components:/app/components'
|
||
|
- './tests:/app/tests'
|
||
|
- './jest-stare:/app/jest-stare'
|
||
|
- './dist:/app/dist'
|
||
|
entrypoint: "jest --config .jest.image.js --no-cache"
|