summaryrefslogtreecommitdiff
path: root/.github/workflows/workflow.yml
AgeCommit message (Collapse)Author
2019-09-26Revert the accidentally commits related GitHub ActionsHiroshi SHIBATA
2019-09-26[rubygems/rubygems] Removed the needless configurationsHiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/7134c49179
2019-09-26[rubygems/rubygems] Added the initial workflow file.Hiroshi SHIBATA
https://github.com/rubygems/rubygems/commit/6405a1e51a
2019-08-10Rename workflow.yml to macos.ymlTakashi Kokubun
to allow having other workflows separately, and configure `name` to simplify a tooltip label on GitHub.
2019-08-10Try building workflow on pushTakashi Kokubun
2019-08-09Add more runnersAaron Patterson
Closes: https://github.com/ruby/ruby/pull/2327
2019-08-09Run macOS tests on GitHub ActionsAaron Patterson
This commit sets up the CI integration on GitHub Actions. We should give it a try because queue times are lower and I think we get more CPUs. Closes: https://github.com/ruby/ruby/pull/2327 Co-Authored-By: John Hawthorn <john@hawthorn.email>
2019-08-08Enable GitHub Actions on RubyAaron Patterson
This just enables GitHub actions on our repository so we can try it out.