MeiliSearch/.github/workflows
Clément Renault 7cc096e0a2
Rename MeiliDB into MeiliSearch
2019-11-26 11:12:30 +01:00
..
README.md Update workflows README 2019-11-25 18:14:21 +01:00
publish-binaries.yml Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +01:00
publish-docker-latest.yml Remove Azure CI 2019-11-25 13:20:54 +01:00
publish-docker-tag.yml Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +01:00
test.yml Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +01:00

README.md

GitHub actions workflow for MeiliDB

Note:

  • We do not use cache yet but we could use it to speed up CI

Workflow

  • On each pull request, we are triggering cargo test.
  • On each commit on master, we are building the latest docker image.
  • On each tag, we are building the tagged docker image and the binaries for MacOS & Ubuntu.