<div dir="ltr"><div dir="ltr">>I am coming from afar and had not heard of Github Actions previously.</div>>However, I am somewhat familiar with Travis and its predecessor (name?).<br><div dir="ltr"><br></div><div>GitHub Actions is similar to Travis, and the key differences are:</div><div>a) Travis is dying nowadays (they have strict limits, etc)</div><div>b) Actions are better integrated with GitHub UI</div><div>c) Actions are more powerful</div><div><br></div><div>For instance, GitHub Actions allow randomizing test matrix on the fly,</div><div>so you can have good coverage without hard-coding all the possibilities</div><div>and without waiting for the feedback for hours.</div><div><br></div><div>I'm planning to switch matrix generation to <a href="https://github.com/vlsi/github-actions-random-matrix">https://github.com/vlsi/github-actions-random-matrix</a> a bit later.</div><div>That would introduce testing with unusual locales, unusual languages, JVMs, etc.</div><div dir="ltr"><br></div><div dir="ltr"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Vladimir</div><div><br></div></div></div></div></div></div>