From 1f0db5c45dd0db951878dd84f42b4b2f5da70799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:12:36 +0100 Subject: [PATCH] fix --- scripts/install | 4 +--- tests.toml | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 6a9a849..5bfcd92 100755 --- a/scripts/install +++ b/scripts/install @@ -101,9 +101,7 @@ pushd $install_dir ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean --all popd -#REMOVEME? ynh_install_app_dependencies $pkg_dependencies -#REMOVEME? ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" -#REMOVEME? ynh_secure_remove --file="$install_dir/.cache" +ynh_secure_remove --file="$install_dir/.cache" #================================================= # SETUP SYSTEMD diff --git a/tests.toml b/tests.toml index e69de29..91daf17 100644 --- a/tests.toml +++ b/tests.toml @@ -0,0 +1,7 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ \ No newline at end of file