Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 12, 2023
1 parent 5a93fff commit 8f075ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ jobs:
- run: script/update_rubygems_and_install_bundler
- run: script/clone_all_rspec_repos
- run: bundle install --binstubs
- run: rake yolo
- run: script/run_build
continue-on-error: ${{ matrix.allow_failure || false }}
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ namespace :generate do
end
end

task :yolo do
in_example_app("ruby spec/support/default_preview_path.rb")
end

def in_example_app(*command_opts)
app_dir = './tmp/example_app'
if Hash === command_opts.last
Expand Down

0 comments on commit 8f075ed

Please sign in to comment.