MeiliSearch/.github/workflows
2020-02-11 15:27:57 +01:00
..
publish-binaries.yml Update the action to publish windows binaries 2019-12-07 11:52:14 +01:00
publish-deb-pkg.yml Add publish action to gemfury for apt pkg 2019-12-05 14:54:57 +01:00
publish-docker-latest.yml Change github action for docker latest image 2020-02-10 16:11:45 +01:00
publish-docker-tag.yml Update action workflow for docker tagged image 2019-11-26 18:18:51 +01:00
README.md Change github action for docker latest image 2020-02-10 16:11:45 +01:00
test.yml add test for search + update ci for test in release 2020-02-11 15:27:57 +01:00

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 tag, we are building:
    • the tagged docker image
    • the binaries for MacOS, Ubuntu, and Windows
    • the debian package
  • On each stable release, we are build the latest docker image.

Problems

  • We do not test on Windows because we are unable to make it work, there is a disk space problem.