diff --git a/README.md b/README.md index cc7f42e..bbf749d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ## Aljibe assistant +[![tests](https://github.com/Metadrop/ddev-aljibe-assistant/actions/workflows/tests.yml/badge.svg)](https://github.com/Metadrop/ddev-aljibe-assistant/actions/workflows/tests.yml) +![GitHub Release](https://img.shields.io/github/v/release/Metadrop/ddev-aljibe-assistant) -# WIP +# What is Aljibe assistant? -Aljibe-assistant is an addon in charge of interactively installing a Drupal project based on Aljibe. +Aljibe-assistant is an addon to add an interactive install process for a Drupal project based on Aljibe. -Check Aljibe project for the instructions: https://gitlab.metadrop.net/metadrop-group/ddev-aljibe - -This addon is a work in progress. \ No newline at end of file +Visit **[Aljibe ddev addon](https://github.com/Metadrop/ddev-aljibe)** to know more about Aljibe. diff --git a/tests/test.bats b/tests/test.bats index c8e1e66..54316cc 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -26,7 +26,7 @@ teardown() { ddev get metadrop/ddev-aljibe ddev get ${DIR} ddev restart >/dev/null - ddev aljibe-assistant --auto > &3 + ddev aljibe-assistant --auto >&3 } @test "install from release" { @@ -36,5 +36,5 @@ teardown() { ddev get metadrop/ddev-aljibe ddev restart >/dev/null # Do something useful here that verifies the add-on - ddev aljibe-assistant --auto > &3 + ddev aljibe-assistant --auto >&3 }