Update .woodpecker.yml

This commit is contained in:
dullbananas 2024-03-23 11:20:19 -07:00 committed by GitHub
parent 333b25c572
commit 60481cf265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ steps:
# Without this, lemmy_server does not run any migrations in the next CI steps, which causes it # Without this, lemmy_server does not run any migrations in the next CI steps, which causes it
# to not run replaceable_schema. This hack will be removed when lemmy_server has a better way # to not run replaceable_schema. This hack will be removed when lemmy_server has a better way
# to determine what schema changes to make. # to determine what schema changes to make.
- diesel migration revert - diesel migration generate foo
when: *slow_check_paths when: *slow_check_paths
check_db_perf_tool: check_db_perf_tool: