mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Enable Zeitwerk debugging
This commit is contained in:
2
.github/workflows/migration-tests.yml
vendored
2
.github/workflows/migration-tests.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
run: rm -rf tmp/app-cache/uploads && cp -r public/uploads tmp/app-cache/uploads
|
||||
|
||||
- name: Check IntermediateDB schema
|
||||
run: migrations/bin/cli schema validate
|
||||
run: DEBUG=1 migrations/bin/cli schema validate
|
||||
|
||||
- name: RSpec
|
||||
run: bin/rspec --default-path migrations/spec
|
||||
|
||||
Reference in New Issue
Block a user