Skip to content

Commit 69ecf18

Browse files
committed
[*] Technical - Ensure that all databases are initialized before running tests (#363)
1 parent b2ad14e commit 69ecf18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ before_install:
1717

1818
script:
1919
- yarn lint
20-
- yarn test --forceExit
20+
- sleep 10; yarn test --forceExit

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### Added
55
- Has Many Relationships - Enable sorting on belongsTo relationship columns in related data.
66

7+
### Fixed
8+
- Technical - Ensure that all databases are initialized before running CI tests.
9+
710
## RELEASE 5.6.0 - 2020-01-14
811
### Added
912
- Sessions - Distinguish "CORS configuration issue" and "Server down" scenarios in case of liana login error.

0 commit comments

Comments
 (0)