Fix test and coverage locking up SQLite during tests
This commit is contained in:
parent
4f3b8eacac
commit
e061aa660b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- yarn test:unit --coverage
|
- yarn test:unit --coverage
|
||||||
depends_on:
|
depends_on:
|
||||||
- dependencies
|
- test # Must run after test otherwise SQLite will get mad
|
||||||
|
|
||||||
- name: upload_coverage
|
- name: upload_coverage
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
|
|
Loading…
Reference in a new issue