-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actions: tests for platform-specific install scripts #653
Conversation
This might end up being a noisy check given its current triggers, but I can clean it up a bit to run less on most changes. |
wild, does the stay running on the GitHub action server? |
should probably have this be manually triggered (or triggered if files in docker folders change), since I infrequently change the install scripts. edit: never mind, I see you did that! |
Github actions will spin up VMs for each job so I believe once the job completes they are deleted. The job has a max lifetime of 6 hours before it's killed, so we can add and run more tests on the scrypted server as part of the actions |
I'm open to discussing whether or not something like this would be useful to have in general, but I figured it could be helpful to kick off a set of tests to verify scrypted installs on different platforms.
Right now this only tests the installation, but I intend to add more functional testing, including installing plugins that need system dependencies.