mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
11 lines
162 B
YAML
11 lines
162 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: node:9.2.0
|
|
working_directory: ~/app
|
|
steps:
|
|
- checkout
|
|
- run: yarn
|
|
- run: yarn test
|