crystal-loot / selenium.cr

Selenium library for Crystal
https://crystal-loot.github.io/selenium.cr/
MIT License
24 stars 7 forks source link

Update github action to use specific crystal versions and add scheduled action #7

Closed matthewmcgarvey closed 3 years ago

matthewmcgarvey commented 4 years ago

Current Actions

One action that is triggered by pull requests and commits to master. It has 3 jobs that all run against ubuntu and installs whatever the latest version of crystal is. The 3 jobs are:

Desired Actions

One action to verify pull requests and pushes to master.

One action that is scheduled to run every week.

matthewmcgarvey commented 4 years ago

Resource: https://jasonet.co/posts/scheduled-actions/

matthewmcgarvey commented 3 years ago

I had to drop testing other browsers but I did switch to a specific Crystal version in github actions. Not going to worry about scheduled actions right now