From 30cba6a33abb2522e1dbf6f53da005e1f84ba133 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 12 Oct 2023 17:06:46 +0100 Subject: [PATCH] debug --- .github/workflows/ci.yml | 1 + Rakefile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0722e9932..648df7c9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/Rakefile b/Rakefile index 77d282a72..52a28aaa8 100644 --- a/Rakefile +++ b/Rakefile @@ -60,6 +60,10 @@ namespace :generate do end end +task yolo: ["clobber:app", "generate:app", "generate:stuff"] 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