-
Notifications
You must be signed in to change notification settings - Fork 66
Remove tests on remote meilisearch server #659
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
Conversation
fc2a9cc to
b481799
Compare
b481799 to
5213bc8
Compare
alallema
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 💪
|
bors merge |
659: Remove tests on remote meilisearch server r=bidoubiwa a=bidoubiwa fixes: #542 Since tests were only done on one environment any way during CI but also local testing I removed the testing all together on playground using the remote meilisearch instance Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
|
Build failed: |
|
bors try |
tryBuild succeeded: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left thought about some questions regarding the change of the results.
alallema
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I just add a comment but I don't think it's relevant so I approve it! 🦩
| - name: Install dependencies | ||
| run: yarn --dev && yarn --cwd ./playgrounds/vue | ||
| - name: Run Browser tests | ||
| run: yarn --dev && yarn --cwd ./tests/env/react |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we create a matrix with react, vue, angular and vanilla javascript? Just in case to prevent possible breaking between them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would take a very very long time for the tests to run. I thought maybe run them once a week in a scheduled job but not on every PR. What do you think ?
|
bors merge |
fixes: #642
Since tests were only done on one environment any way during CI but also local testing I removed the testing all together on playground using the remote meilisearch instance