Skip to content

Commit

Permalink
Update test_installation_script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jul 6, 2024
1 parent ec54d2b commit 1a877a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_installation_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1a877a3

Please sign in to comment.