# Шаг «Проверка готовности SKIP\_DB\_AND\_REDIS» в GitHub Actions не выполняется

**URL:** https://meta.discourse.org/t/github-actions-failing-check-skip-db-and-redis-bootability-step/404152
**Category:** Development
**Created:** [31.Май.2026 11:10:59 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:** 7

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [09.Июнь.2026 18:08:09 UTC](https://meta.discourse.org/t/github-actions-failing-check-skip-db-and-redis-bootability-step/404152/7 "2026-06-09T18:08:09Z")

</div>

Пожалуйста, попробуйте следующие два варианта:

Режим разработки с использованием другой переменной окружения для настройки базы данных:

```plaintext
SKIP_DB_AND_REDIS=1 DISCOURSE_DEV_DB='nonexistent' bin/rails runner "puts 'booted successfully'"

```

В режиме тестирования с загруженными плагинами:

```plaintext
LOAD_PLUGINS=1 RAILS_ENV=test SKIP_DB_AND_REDIS=1 RAILS_DB='nonexistent' bin/rails runner "puts 'booted successfully'"

```

---

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