Skip to content

Commit

Permalink
fix: build before e2e and run it on random port (#1377)
Browse files Browse the repository at this point in the history
* chore: package-lock.json from Node 12
* fix: increase timeout for slow external test suiteI
* chore: support DEBUG output on travis
* fix: run e2e server on random port
* fix: ensure build run before e2e on CI
* chore: e2e shows used ipfs binary
* chore: ipfsd-ctl v1.0.6

Co-authored-by: Hugo Dias <mail@hugodias.me>
  • Loading branch information
lidel and hugomrdias committed Jan 17, 2020
1 parent e98e54f commit 9feb41d
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 102 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ In separate shells run the following:
```

```sh
# Run the unit tests
> npm run test:unit
# Run the unit tests in watch mode
> npm run test:unit:watch
```

```sh
Expand Down

0 comments on commit 9feb41d

Please sign in to comment.