community-repo
community-repo copied to clipboard
Test content providers script
Try yourself:
git clone https://github.com/traumschule/community-repo -b test-providers
cd community-repo/scripts/test-providers
yarn
yarn test
See results: https://joystreamstats.live/storage
Run daily with cronjob
Do crontab -e
and add
15 3 * * * /path/to/run-provider-test.sh
Create file run-provider-test.sh
and make it executable (chmod +x run-provider-test.sh
) with this content:
set -e
cd ~/community-repo/scipts/test-providers
yarn run test
As per @traumschule this covers the scope of https://github.com/Joystream/community-repo/issues/744