Skip to content

Commit 367a7a5

Browse files
authored
Run tests in series with --runInBand (#429)
* Try runInBand * Update readme * Change when tests should actually run * Remove --coverage flag
1 parent bd35f65 commit 367a7a5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/nodejs.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Node CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
46

57
jobs:
68
lint:
@@ -42,4 +44,4 @@ jobs:
4244
run: yarn install --frozen-lockfile
4345

4446
- name: Test package
45-
run: yarn test
47+
run: yarn test --runInBand

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
3535
- [`tsdx build`](#tsdx-build)
3636
- [`tsdx test`](#tsdx-test)
3737
- [`tsdx lint`](#tsdx-lint)
38+
- [Contributing](#contributing)
3839
- [Author](#author)
3940
- [License](#license)
4041
- [Contributors ✨](#contributors-)

0 commit comments

Comments
 (0)