Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Upgrade flow-bin to 0.115.0
Browse files Browse the repository at this point in the history
Delete test.sh script, move commands to package.json
Run tests with runInBand(-i) option -> Should execute faster
  • Loading branch information
tbergquist-godaddy authored and RobinCsl committed Jan 7, 2020
1 parent 65bf287 commit 9fe18dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cache:
test_ci:
stage: test_ci
script:
- yarn install --network-concurrency 1
- yarn install
- yarn test-ci

release:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"release-android": "yarn monorepo-babel-node ./scripts/buildAndroidSnapshots.js",
"release-ios": "yarn monorepo-babel-node ./scripts/releaseFramework.js",
"start": "yarn react-native start",
"test": "yarn monorepo-run-tests",
"test-ci": "./scripts/test.sh"
"test": "yarn monorepo-run-tests -i",
"test-ci": "yarn typecheck && yarn lint && yarn test && yarn relay --validate"
},
"dependencies": {
"@adeira/fetch": "^1.0.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"eslint": "^6.8.0",
"eslint-plugin-detox": "^1.0.0",
"eslint-plugin-react-native": "^3.7.0",
"flow-bin": "^0.114.0",
"flow-bin": "^0.115.0",
"jest": "^24.9.0",
"jetifier": "^1.6.4",
"metro": "^0.55.0",
Expand Down
10 changes: 0 additions & 10 deletions scripts/test.sh

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6212,10 +6212,10 @@ flatted@^2.0.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==

flow-bin@^0.114.0:
version "0.114.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.114.0.tgz#9079c5fcdf08fab4db91616f38994e9b7d035842"
integrity sha512-hewufX0nbnhemQn5XtJ97nEFNqoBclPBAZ54aY3jKuZJnLpwqB7Doaplet3M26TOh2NchBsU0+lUkM8oVna2VA==
flow-bin@^0.115.0:
version "0.115.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.115.0.tgz#22e3ad9e5c7198967de80138ba8a9154ff387960"
integrity sha512-xW+U2SrBaAr0EeLvKmXAmsdnrH6x0Io17P6yRJTNgrrV42G8KXhBAD00s6oGbTTqRyHD0nP47kyuU34zljZpaQ==

flush-write-stream@^1.0.0:
version "1.1.1"
Expand Down

0 comments on commit 9fe18dc

Please sign in to comment.