You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way it works in these repositories is that, based on the branch naming, it will either run the tests of the latest release or the latest rc.
To implement this, you just need to create a second workflow file, but this one would use the latest rc script and trigger based on a branch naming.
Or, you consider that testing against the rc's is enough in which case just change the way you trigger Meilisearch with this example
For the moment, in tests.yml I have hard-coded the version of MeiliSearch, on which to launch the tests.
This means that on every release, or pre-release I have to manually update the version.
We should find a way to automate the version update.
The text was updated successfully, but these errors were encountered: