aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu.yml
Commit message (Expand)AuthorAgeFilesLines
* Remove unreachable step level `[ci skip]`Kazuhiro NISHIYAMA2019-10-101-2/+2
* Check '[ci skip]' at job levelKazuhiro NISHIYAMA2019-10-091-0/+1
* Run test-unit tests in CIBenoit Daloze2019-09-301-2/+1
* Exclude the test-unit bundled gem tests since they also fail since the Time#i...Benoit Daloze2019-09-291-2/+3
* Remove continue-on-error for test-bundled-gemsBenoit Daloze2019-09-291-2/+0
* Dump some informationKazuhiro NISHIYAMA2019-09-131-0/+26
* Add TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitestKazuhiro NISHIYAMA2019-09-041-1/+2
* `$JOBS` does not set in `env:`Kazuhiro NISHIYAMA2019-09-041-2/+1
* Use RUBY_TESTOPTS instead of TESTOPTSKazuhiro NISHIYAMA2019-09-041-2/+2
* Use JOBS again like macos.ymlKazuhiro NISHIYAMA2019-08-281-2/+6
* Change name to `Tests (test-bundled-gems)`Kazuhiro NISHIYAMA2019-08-281-1/+1
* Remove GITHUB_SHA from jobs.<job_id>.steps.envKazuhiro NISHIYAMA2019-08-281-2/+0
* Revert "Explain which test task"Nobuyoshi Nakada2019-08-271-2/+2
* Explain which test taskNobuyoshi Nakada2019-08-271-2/+2
* Expand JOBS instead of meaningless export (#2402)Kazuhiro NISHIYAMA2019-08-261-7/+3
* Make GitHub Actions Slack notification consistentTakashi Kokubun2019-08-221-2/+4
* Remove footer from message to Slackaycabta2019-08-221-1/+0
* Show short message to Slackaycabta2019-08-221-4/+1
* Debug GitHub context on broken notificationTakashi Kokubun2019-08-211-0/+5
* Skip tests on Actions if [ci skip]Takashi Kokubun2019-08-201-2/+2
* Stop reporting test-bundled-gems resultsTakashi Kokubun2019-08-191-0/+8
* Workaround errors on multi-line commit messageTakashi Kokubun2019-08-191-1/+3
* Make Slack notification availableTakashi Kokubun2019-08-191-6/+10
* Implement Slack notification for ActionsTakashi Kokubun2019-08-191-7/+11
* Revert "Try notifying Slack from Actions"Takashi Kokubun2019-08-181-12/+0
* Try notifying Slack from ActionsTakashi Kokubun2019-08-181-0/+12
* Drop continue-on-error for make checkTakashi Kokubun2019-08-181-2/+1
* Added missing condition for test-bundler and test-bundled-gems.Hiroshi SHIBATA2019-08-171-0/+1
* Added test check to ubuntu on GitHub ActionsHiroshi SHIBATA2019-08-171-1/+8
* Disable fail-fast of GitHub ActionsTakashi Kokubun2019-08-171-0/+1
* Mark bundler / bundled-gems as continue-on-failureTakashi Kokubun2019-08-141-0/+2
* Stop using official actions/checkoutTakashi Kokubun2019-08-141-4/+13
* Use the official actions/checkout again (#2357)Takashi Kokubun2019-08-131-2/+4
* We did not have tool/ before checkoutTakashi Kokubun2019-08-121-1/+1
* Stop relying on actions/checkoutTakashi Kokubun2019-08-121-4/+2
* 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