Skip to content

Commit

Permalink
in
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkido committed Apr 22, 2024
1 parent 6177ab2 commit 7457b13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,22 @@ jobs:
sed 's/sudo reboot/$HOME\/penplotter_venv\/bin\/python3 $HOME\/webplotter\/main.py \&\nsleep 10\npkill -f "$HOME\/penplotter_venv\/bin\/python3 $HOME\/webplotter\/main.py"/' install.sh > testinstall.sh
sed -i 's/-q //' testinstall.sh
chmod +x testinstall.sh
echo ""
echo ""
cat testinstall.sh
echo ""
echo ""
echo -e "\e[32m Test first Install.\e[0m"
./testinstall.sh
# Get test file
echo -e "\e[32m Get File \e[0m"
sudo wget -q -P uploads/ https://github.com/raw/ithinkido/PiPlot/main/images/columbia_A4.svg
# cp config.ini.sample config.ini
# Test exsiting install
echo -e "\e[32m Test exsiting Install.\e[0m"
./testinstall.sh
# - uses: cypress-io/github-action@v2
Expand Down

0 comments on commit 7457b13

Please sign in to comment.