Open jasonratcliff opened 1 year ago
Add workflow .yaml configuration to implement continuous integration via GitHub Actions (#46).
.yaml
Note the default behavior prevents saving the action cache unless job completes to success:
https://www.github.com/actions/cache/issues/92
Job hangs for unsupported runner; omit patch name to designate a supported runner:
Add workflow
.yaml
configuration to implement continuous integration via GitHub Actions (#46).Cache
Note the default behavior prevents saving the action cache unless job completes to success: