Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip needless CI steps #60

Merged
merged 2 commits into from
Sep 6, 2022
Merged

Skip needless CI steps #60

merged 2 commits into from
Sep 6, 2022

Conversation

kaspth
Copy link
Contributor

@kaspth kaspth commented Sep 6, 2022

For the local Ruby tests we don't need a lot of the regular Bullet Train test harness. So we can comment those out and save a 30+ seconds of setup and needless CI time. I'm commenting out instead of removing so it's easier to add the steps back should we need them — or just comparing with other Bullet Train libs.

@kaspth kaspth marked this pull request as ready for review September 6, 2022 06:27
@kaspth kaspth merged commit 8fd6787 into main Sep 6, 2022
@kaspth kaspth deleted the skip-needless-ci-steps branch September 6, 2022 06:27
kaspth added a commit that referenced this pull request Sep 6, 2022
* main:
  Ignore /tmp if you're running BT in tmp/starter like CI does
  Fix some CHANGELOG issues and refit some examples + words
  Skip needless CI steps (#60)
  We don't need to depend on sqlite3 that was for an earlier version of the ViewComponent integration
  Fix #54 to use new section yield syntax
  Mixing `yield` call styles (#54)
  Expose Sections as an alternative to `content_for` (#57)
  Introduce Capybara to the test suite (#55)
  Add `content_from` to let partials relay contents (#53)
  v0.1.9
  v0.1.8
  Document release 🎉 (#52)
  Rename `Partial#output_buffer` to `Partial#yield` (#41)
  Allow outer partial access when capturing (#49)
  Fix accessing `partial` before rendering leaks state (#47)
  Use load hooks for monkey_patch loading (#48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant