浏览代码

Fix travis issue

pull/391/head
Guillaume Vincent 5 年前
父节点
当前提交
fc3ca6b3ba
共有 3 个文件被更改,包括 11407 次插入3 次删除
  1. +2
    -2
      containers/test.sh
  2. +3
    -1
      package.json
  3. +11402
    -0
      yarn.lock

+ 2
- 2
containers/test.sh 查看文件

@@ -6,7 +6,7 @@ export COMPOSE_PROJECT_NAME=lesspass
docker-compose build
docker-compose up -d
date -u
docker exec -it lesspass_backend_1 sh -c 'python3 wait_db.py'
docker exec -it lesspass_backend_1 sh -c '/opt/app/venv/bin/python wait_db.py'
date -u
docker exec -it lesspass_backend_1 sh -c 'python3 manage.py test'
docker exec -it lesspass_backend_1 sh -c '/opt/app/venv/bin/python manage.py test'
docker-compose down

+ 3
- 1
package.json 查看文件

@@ -9,7 +9,9 @@
"scripts": {
"test": "yarn workspaces run test"
},
"workspaces": "packages/*",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "7.2.2",
"babel-core": "7.0.0-bridge.0",


+ 11402
- 0
yarn.lock
文件差异内容过多而无法显示
查看文件


正在加载...
取消
保存