Skip to content

Commit

Permalink
Run tests in series with --runInBand (#429)
Browse files Browse the repository at this point in the history
* Try runInBand

* Update readme

* Change when tests should actually run

* Remove --coverage flag
  • Loading branch information
jaredpalmer authored Jan 13, 2020
1 parent bd35f65 commit 367a7a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Node CI

on: [push, pull_request]
on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
lint:
Expand Down Expand Up @@ -42,4 +44,4 @@ jobs:
run: yarn install --frozen-lockfile

- name: Test package
run: yarn test
run: yarn test --runInBand
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
- [`tsdx build`](#tsdx-build)
- [`tsdx test`](#tsdx-test)
- [`tsdx lint`](#tsdx-lint)
- [Contributing](#contributing)
- [Author](#author)
- [License](#license)
- [Contributors ✨](#contributors-)
Expand Down

0 comments on commit 367a7a5

Please sign in to comment.