summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2019-08-11Use check.Hiroshi SHIBATA
2019-08-11Try to migrate test-bundler to Actions.Hiroshi SHIBATA
2019-08-10Fix wrong pull_request filterTakashi Kokubun
The specification was not triggered on a pull request.
2019-08-10Increase the fetch-depth of GitHub ActionsTakashi Kokubun
because small numbers had made Azure Pipelines in the past and it's using 20 now. I heard GitHub Actions has more parallelism, so it should be okay.
2019-08-10Set more descriptive labels to workflowTakashi Kokubun
2019-08-10Drop confusing label from workflowTakashi Kokubun
because it's doing more than test-all
2019-08-10Escape asterisk on pull request pathsTakashi Kokubun
2019-08-10Skip running GitHub Actions on trunkTakashi Kokubun
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.