We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ad14e commit 69ecf18Copy full SHA for 69ecf18
.travis.yml
@@ -17,4 +17,4 @@ before_install:
17
18
script:
19
- yarn lint
20
- - yarn test --forceExit
+ - sleep 10; yarn test --forceExit
CHANGELOG.md
@@ -4,6 +4,9 @@
4
### Added
5
- Has Many Relationships - Enable sorting on belongsTo relationship columns in related data.
6
7
+### Fixed
8
+- Technical - Ensure that all databases are initialized before running CI tests.
9
+
10
## RELEASE 5.6.0 - 2020-01-14
11
12
- Sessions - Distinguish "CORS configuration issue" and "Server down" scenarios in case of liana login error.
0 commit comments