diff --git a/.github/workflows/scripts/test-with-installation-example.sh b/.github/workflows/scripts/test-with-installation-example.sh index 37a0aa8..064c18f 100755 --- a/.github/workflows/scripts/test-with-installation-example.sh +++ b/.github/workflows/scripts/test-with-installation-example.sh @@ -2,8 +2,8 @@ cd "$(dirname "$0")" -# rm -rf nussknacker-installation-example -# git clone https://github.com/TouK/nussknacker-installation-example.git +rm -rf nussknacker-installation-example +git clone https://github.com/TouK/nussknacker-installation-example.git cd nussknacker-installation-example function cleanup() {