summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
AgeCommit message (Expand)Author
2019-11-22Stop using undefined matrix.os for macOSTakashi Kokubun
2019-11-19Remove TEST_BUNDLED_GEMS_ALLOW_FAILURESKazuhiro NISHIYAMA
2019-11-13Make GitHub Actions notification more like TravisTakashi Kokubun
2019-11-13Use shallow-since instead of depthKazuhiro NISHIYAMA
2019-11-12Migrate Wercker MJIT tests to Actions (#2676)Takashi Kokubun
2019-11-13Add commit number of today to notification of GitHub ActionsKazuhiro NISHIYAMA
2019-11-12Remove MSPECOPT formerly for debuggingTakashi Kokubun
2019-11-12Improve Actions job name shown on toolipTakashi Kokubun
2019-11-13Use style of set-envKazuhiro NISHIYAMA
2019-11-05Set $JOBS to Tests for parallel testsNobuyoshi Nakada
2019-11-05Simplify test tasksNobuyoshi Nakada
2019-10-28Try out-of-place buildNobuyoshi Nakada
2019-10-10Remove unreachable step level `[ci skip]`Kazuhiro NISHIYAMA
2019-10-09Check '[ci skip]' at job levelKazuhiro NISHIYAMA
2019-09-30Run test-unit tests in CIBenoit Daloze
2019-09-29Exclude the test-unit bundled gem tests since they also fail since the Time#i...Benoit Daloze
2019-09-29Remove continue-on-error for test-bundled-gemsBenoit Daloze
2019-09-17`brew install` may fail, so try to use `tool/travis_retry.sh`Kazuhiro NISHIYAMA
2019-09-05Try to fix `invalid option`Kazuhiro NISHIYAMA
2019-09-05Change name to `Tests (test-bundled-gems)` in macos.yml tooKazuhiro 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-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-22Make GitHub Actions Slack notification consistentTakashi Kokubun
2019-08-22Remove footer from message to Slackaycabta
2019-08-22Show short message to Slackaycabta
2019-08-20Skip tests on Actions if [ci skip]Takashi Kokubun
2019-08-19Reduce sub-shell and use `&&` instead of `;`Kazuhiro NISHIYAMA
2019-08-19Roughly retry `brew update`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-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-12Revert "Roughly retry `brew update` on GitHub Actions"Takashi Kokubun
2019-08-12Drop unused ccacheTakashi Kokubun
2019-08-12Roughly retry `brew update` on GitHub ActionsTakashi Kokubun
2019-08-12Try testing openssl@1.1 on GitHub ActionsTakashi 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-12Added test-bundled-gems to GitHub ActionsHiroshi SHIBATA