MeiliSearch/.github/workflows
2020-04-03 15:06:25 +02:00
..
check-updated-changelog.yml Ingores the CHANGELOG when label asks for 2020-04-03 15:06:25 +02:00
publish-binaries.yml Publish an aarch64 (aka ARMv8) binary on releases 2020-04-03 10:39:28 +02:00
publish-deb-brew-pkg.yml Automate homebrew publish 2020-03-20 12:14:08 +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.