fixing ci/cd test command

This commit is contained in:
Kristaps Fabians Geikins
2022-03-21 16:03:50 +02:00
parent 1995b9f09b
commit 8baa9bf2b4
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
working_directory: 'packages/server'
- run: 'dockerize -wait tcp://localhost:5432 -timeout 1m'
- run:
command: 'npm run test:coverage'
command: 'npm run test:report'
working_directory: 'packages/server'
- run:
command: 'bash <(curl -s https://codecov.io/bash)'