MeiliSearch/.github/workflows
2019-12-07 11:57:33 +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 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 Update the action to test on more platforms 2019-12-07 11:57:33 +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.