From 1a877a38065b4868e9b5137aa50b65e564486371 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:13:49 +0200 Subject: [PATCH] Update test_installation_script.yml --- .github/workflows/test_installation_script.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/test_installation_script.yml b/.github/workflows/test_installation_script.yml index 7066e90..79407be 100644 --- a/.github/workflows/test_installation_script.yml +++ b/.github/workflows/test_installation_script.yml @@ -19,7 +19,19 @@ jobs: APP=voicevox am --devmode-enable am -i $APP + echo "################################################" + echo "##### Content of /opt/$APP" + echo "################################################" ls /opt + echo "################################################" + echo "##### Content of /opt" + echo "################################################" ls /opt/$APP + echo "################################################" + echo "##### Content of /usr/local/share/applications" + echo "################################################" ls /usr/local/share/applications + echo "################################################" + echo "##### Content of /usr/local/bin" + echo "################################################" ls /usr/local/bin