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

Commit

Permalink
Test CI build image without delete it
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema committed Jul 12, 2022
1 parent 71a7896 commit 6e6face
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e6face

Please sign in to comment.