Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Changes related to the next Meilisearch release (v0.28.0) #271

Merged
merged 15 commits into from
Oct 6, 2022
Merged
Prev Previous commit
Next Next commit
Revert changes modify CI for test
  • Loading branch information
alallema committed Jul 12, 2022
commit 200281bee740881459625dd9baf6357d2f1eda65
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -31,11 +31,11 @@ jobs:
run: echo "IMAGE_NAME=meilisearch_digitalocean_ci_test_$(date +'%d-%m-%Y-%H-%M-%S')" >> $GITHUB_ENV
- name: Build image
run: python3 tools/build_image.py $IMAGE_NAME --no-analytics
- name: Test image
run: python3 tools/test_image.py $IMAGE_NAME
- name: Clean image
if: ${{ always() }}
run: python3 tools/destroy_image.py $IMAGE_NAME
# - name: Test image
# run: python3 tools/test_image.py $IMAGE_NAME
# - name: Clean image
# if: ${{ always() }}
# run: python3 tools/destroy_image.py $IMAGE_NAME

pylint:
name: pylint
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@ pylint==2.13.9
python-digitalocean==1.17.0
requests==2.27.1
six==1.16.0
urllib3==1.26.9
urllib3==1.26.10