# Github actions failing "Check SKIP\_DB\_AND\_REDIS bootability" step

**URL:** https://meta.discourse.org/t/github-actions-failing-check-skip-db-and-redis-bootability-step/404152
**Category:** Development
**Created:** [May 31, 2026, 11:10am UTC](https://meta.discourse.org/t/github-actions-failing-check-skip-db-and-redis-bootability-step/404152 "2026-05-31T11:10:59Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![elmuerte](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elmuerte/32/456517_2.png) [@elmuerte](https://meta.discourse.org/u/elmuerte)
#### Post date: [June 9, 2026, 8:18pm UTC](https://meta.discourse.org/t/github-actions-failing-check-skip-db-and-redis-bootability-step/404152/8 "2026-06-09T20:18:07Z")

</div>

Nope, still successful.

Just to verify that the plugin code is loaded I used `“puts DiscourseKofi::Engine.to_s”` and it printed the name. But when I referenced the class which would create a database connection `“puts DiscourseKofi::Admin::AccountsController.to_s”` it finally failed.

So it looks like it does not fully load the plugin code locally as it does in the Github Action.

The full failing command:

```plaintext
LOAD_PLUGINS=1 SKIP_DB_AND_REDIS=1 DISCOURSE_DEV_DB=nonexistent bin/rails runner "puts DiscourseKofi::Admin::AccountsController.to_s"

```

without `LOAD_PLUGINS=1` or using `RAILS_DB=nonexistent` did not result in a failure

---

_[View the full topic](https://meta.discourse.org/t/github-actions-failing-check-skip-db-and-redis-bootability-step/404152)._
