PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
612 stars 207 forks source link

Test end-to-end with PowerShell Daily #2124

Closed andyleejordan closed 6 months ago

andyleejordan commented 6 months ago

This downloads the PowerShell Daily build on CI and executes the end-to-end tests with it. It's set to run on a schedule and fail to alert us to issues (but won't block PRs because it won't run on them at all).

andyleejordan commented 6 months ago

Honestly the only thing I'd want to change is to somehow run this "daily" like on a schedule instead of against PRs. @JustinGrote is there a simple way to do that for a single step? Otherwise I think I'd have to template this (or copy/paste) because of all the setup steps.