roib20 / proxmox-scripts

Proxmox VE shell scripts for automating different types of Virtual Machine or Template installs
MIT License
48 stars 10 forks source link

Add tests #9

Open roib20 opened 9 months ago

roib20 commented 9 months ago

I would like to add tests for this project, to make the regular updates more reliable.

One idea I had is to run a wget/curl check to verify the ISO files and their checksums using GH Actions. This ensures that each time I update a distro version, it automatically gets tested and verified to be the correct file.