mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
update sentry features to remove openssl
update changelog Add docker build test on PR
This commit is contained in:
parent
8f990b2079
commit
ea4c3b613a
2 changed files with 8 additions and 0 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -23,3 +23,10 @@ jobs:
|
|||
with:
|
||||
command: test
|
||||
args: --locked --release
|
||||
build-image:
|
||||
name: Test the build of Docker image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: docker build . --file Dockerfile -t meilisearch
|
||||
name: Docker build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue