mirror of
https://github.com/elyby/accounts.git
synced 2024-11-30 02:32:26 +05:30
Try to begin with migration to yarn
This commit is contained in:
parent
62782d3ced
commit
c7b6d1961d
@ -39,17 +39,17 @@ test:backend:
|
||||
php vendor/bin/codecept run -c tests
|
||||
|
||||
test:frontend:
|
||||
image: node:8.2.1
|
||||
image: node:8.9.3-alpine
|
||||
stage: test
|
||||
cache:
|
||||
paths:
|
||||
- frontend/node_modules
|
||||
script:
|
||||
- cd frontend
|
||||
- npm run build:install --silent
|
||||
- npm run lint --silent
|
||||
# - npm run flow --silent # disabled due to missing libelf.so.1 in docker container
|
||||
- npm run test --silent
|
||||
- yarn run build:install
|
||||
- yarn run lint
|
||||
# - yarn flow # disabled due to missing libelf.so.1 in docker container
|
||||
- yarn test
|
||||
|
||||
build:production:
|
||||
image: docker:latest
|
||||
|
Loading…
Reference in New Issue
Block a user