Skip to content

Commit

Permalink
GitHub Actions does not support ANSI color code. Skip failing examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 11, 2019
1 parent c685679 commit bb2f242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Expand Up @@ -37,5 +37,6 @@ jobs:
env:
TESTOPTS: "$JOBS -q --tty=no"
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
CI: "true"
- name: Leaked Globals
run: make -s leaked-globals
2 changes: 1 addition & 1 deletion spec/bundler/spec_helper.rb
Expand Up @@ -73,7 +73,7 @@ def self.ruby=(ruby)
config.filter_run_excluding :git => RequirementChecker.against(git_version)
config.filter_run_excluding :bundler => RequirementChecker.against(Bundler::VERSION.split(".")[0])
config.filter_run_excluding :ruby_repo => !(ENV["BUNDLE_RUBY"] && ENV["BUNDLE_GEM"]).nil?
config.filter_run_excluding :non_windows => Gem.win_platform?
config.filter_run_excluding :non_windows => Gem.win_platform? || ENV["CI"]

config.filter_run_when_matching :focus unless ENV["CI"]

Expand Down

0 comments on commit bb2f242

Please sign in to comment.