MeiliSearch/.github/workflows
2019-12-05 14:54:57 +01:00
..
publish-binaries.yml Rename the meilisearch-http binary into meilisearch 2019-11-26 11:17:30 +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 Remove Azure CI 2019-11-25 13:20:54 +01:00
publish-docker-tag.yml Update action workflow for docker tagged image 2019-11-26 18:18:51 +01:00
README.md Add debian package in CI 2019-12-04 18:02:30 +01:00
test.yml Make sure the lock file is up to date 2019-11-27 12:06:14 +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 commit on master, we are building the latest docker image.
  • On each tag, we are building the tagged docker image, the binaries for MacOS & Ubuntu, and the debian package.