summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
AgeCommit message (Expand)Author
2019-09-13Dump some informationKazuhiro NISHIYAMA
2019-09-04Add TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitestKazuhiro NISHIYAMA
2019-09-04`$JOBS` does not set in `env:`Kazuhiro NISHIYAMA
2019-09-04Use RUBY_TESTOPTS instead of TESTOPTSKazuhiro NISHIYAMA
2019-08-28Use JOBS again like macos.ymlKazuhiro NISHIYAMA
2019-08-28Change name to `Tests (test-bundled-gems)`Kazuhiro NISHIYAMA
2019-08-28Remove GITHUB_SHA from jobs.<job_id>.steps.envKazuhiro NISHIYAMA
2019-08-27Revert "Explain which test task"Nobuyoshi Nakada
2019-08-27Explain which test taskNobuyoshi Nakada
2019-08-26Expand JOBS instead of meaningless export (#2402)Kazuhiro NISHIYAMA
2019-08-22Make GitHub Actions Slack notification consistentTakashi Kokubun
2019-08-22Remove footer from message to Slackaycabta
2019-08-22Show short message to Slackaycabta
2019-08-21Debug GitHub context on broken notificationTakashi Kokubun
2019-08-20Skip tests on Actions if [ci skip]Takashi Kokubun
2019-08-19Stop reporting test-bundled-gems resultsTakashi Kokubun
2019-08-19Workaround errors on multi-line commit messageTakashi Kokubun
2019-08-19Make Slack notification availableTakashi Kokubun
2019-08-19Implement Slack notification for ActionsTakashi Kokubun
2019-08-18Revert "Try notifying Slack from Actions"Takashi Kokubun
2019-08-18Try notifying Slack from ActionsTakashi Kokubun
2019-08-18Drop continue-on-error for make checkTakashi Kokubun
2019-08-17Added missing condition for test-bundler and test-bundled-gems.Hiroshi SHIBATA
2019-08-17Added test check to ubuntu on GitHub ActionsHiroshi SHIBATA
2019-08-17Disable fail-fast of GitHub ActionsTakashi Kokubun
2019-08-14Mark bundler / bundled-gems as continue-on-failureTakashi Kokubun
2019-08-14Stop using official actions/checkoutTakashi Kokubun
2019-08-13Use the official actions/checkout again (#2357)Takashi Kokubun
2019-08-12We did not have tool/ before checkoutTakashi Kokubun
2019-08-12Stop relying on actions/checkoutTakashi Kokubun
2019-08-12Re-use GITHUB_ACTION variables for filtering bundler examples.Hiroshi SHIBATA
2019-08-12Removed make checkHiroshi SHIBATA
2019-08-12Fixed the world writable dirs on Ubuntu environment.Hiroshi SHIBATA
2019-08-12Added test-bundled-gems to GitHub ActionsHiroshi SHIBATA
2019-08-12Port ubuntu workflow based on macosHiroshi SHIBATA