| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-12 | Revert "Roughly retry `brew update` on GitHub Actions" | Takashi Kokubun | |
| This reverts commit 5ee11a95ffbf194a73d1bea300a35f5d6250d203. Sorry, timeout(1) was missing. | |||
| 2019-08-12 | Drop unused ccache | Takashi Kokubun | |
| unlike Travis, it seems not used. | |||
| 2019-08-12 | Roughly retry `brew update` on GitHub Actions | Takashi Kokubun | |
| because it has failed often on Travis. | |||
| 2019-08-12 | Try testing openssl@1.1 on GitHub Actions | Takashi Kokubun | |
| because somebody may want to remove the duplicated Travis osx usage later. Notes: Merged: https://github.com/ruby/ruby/pull/2343 | |||
| 2019-08-12 | We did not have tool/ before checkout | Takashi Kokubun | |
| anyway we don't need authorization here. Also retry does not seem to work in the original version, so let's extend this with retries as a separate github action later. | |||
| 2019-08-12 | Stop relying on actions/checkout | Takashi Kokubun | |
| because it randomly fails on authorization like: https://github.com/ruby/ruby/runs/190887455 Also the backoff seems too short. Maybe we need tool/travis_retry.sh for this too. Cloning ruby/ruby does not need authorization. We don't need to use actions/checkout. | |||
| 2019-08-12 | Re-use GITHUB_ACTION variables for filtering bundler examples. | Hiroshi SHIBATA | |
| 2019-08-12 | Removed make check | Hiroshi SHIBATA | |
| 2019-08-12 | Fixed the world writable dirs on Ubuntu environment. | Hiroshi SHIBATA | |
| 2019-08-12 | Added test-bundled-gems to GitHub Actions | Hiroshi SHIBATA | |
| 2019-08-12 | Port ubuntu workflow based on macos | Hiroshi SHIBATA | |
| 2019-08-11 | Increase fetch-depth | Hiroshi SHIBATA | |
| 2019-08-11 | GitHub Actions does not support ANSI color code. Skip failing examples. | Hiroshi SHIBATA | |
| 2019-08-11 | Use check. | Hiroshi SHIBATA | |
| 2019-08-11 | Try to migrate test-bundler to Actions. | Hiroshi SHIBATA | |
| 2019-08-10 | Fix wrong pull_request filter | Takashi Kokubun | |
| The specification was not triggered on a pull request. | |||
| 2019-08-10 | Increase the fetch-depth of GitHub Actions | Takashi 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-10 | Set more descriptive labels to workflow | Takashi Kokubun | |
| 2019-08-10 | Drop confusing label from workflow | Takashi Kokubun | |
| because it's doing more than test-all | |||
| 2019-08-10 | Escape asterisk on pull request paths | Takashi Kokubun | |
| 2019-08-10 | Skip running GitHub Actions on trunk | Takashi Kokubun | |
| 2019-08-10 | Rename workflow.yml to macos.yml | Takashi Kokubun | |
| to allow having other workflows separately, and configure `name` to simplify a tooltip label on GitHub. | |||
| 2019-08-10 | Try building workflow on push | Takashi Kokubun | |
| 2019-08-09 | Add more runners | Aaron Patterson | |
| Closes: https://github.com/ruby/ruby/pull/2327 | |||
| 2019-08-09 | Run macOS tests on GitHub Actions | Aaron 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-08 | Enable GitHub Actions on Ruby | Aaron Patterson | |
| This just enables GitHub actions on our repository so we can try it out. | |||
