collectiveidea / awesome_nested_set

An awesome replacement for acts_as_nested_set and better_nested_set.
MIT License
2.39k stars 491 forks source link

Fix Github workflow #457

Closed p8 closed 3 years ago

p8 commented 3 years ago

To run the specs against a different database we need to set the DB environment variable. The current workflow is missing this env var so it always runs with sqlite3.

Some other fixes include: