aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu.yml
Commit message (Collapse)AuthorAgeFilesLines
* We did not have tool/ before checkoutTakashi Kokubun2019-08-121-1/+1
| | | | | | 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.
* Stop relying on actions/checkoutTakashi Kokubun2019-08-121-4/+2
| | | | | | | | | | 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.
* Re-use GITHUB_ACTION variables for filtering bundler examples.Hiroshi SHIBATA2019-08-121-2/+0
|
* Removed make checkHiroshi SHIBATA2019-08-121-4/+2
|
* Fixed the world writable dirs on Ubuntu environment.Hiroshi SHIBATA2019-08-121-0/+4
|
* Added test-bundled-gems to GitHub ActionsHiroshi SHIBATA2019-08-121-2/+2
|
* Port ubuntu workflow based on macosHiroshi SHIBATA2019-08-121-0/+41