Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test content providers script #679

Merged
merged 2 commits into from
Dec 31, 2022

Conversation

traumschule
Copy link
Collaborator

@traumschule traumschule commented Feb 19, 2022

Try yourself:

git clone https://github.com/traumschule/community-repo -b test-providers
cd community-repo/scripts/test-providers
yarn
yarn test

README

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

@singulart
Copy link
Contributor

As per @traumschule this covers the scope of #744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants