mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
DEV: Fix app-cache key not considering number of parallel database (#28629)
This is a follow-up to 8adc484804
This commit is contained in:
parent
8adc484804
commit
08b60cfd73
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -182,7 +182,8 @@ jobs:
|
|||
${{ hashFiles('.github/workflows/tests.yml') }}-
|
||||
${{ hashFiles('db/**/*', 'plugins/**/db/**/*') }}-
|
||||
${{ hashFiles('config/environments/test.rb') }}-
|
||||
${{ env.USES_PARALLEL_DATABASES }}
|
||||
${{ env.USES_PARALLEL_DATABASES }}-
|
||||
${{ env.PARALLEL_TEST_PROCESSORS }}-
|
||||
|
||||
- name: Restore database from cache
|
||||
if: steps.app-cache.outputs.cache-hit == 'true'
|
||||
|
|
Loading…
Reference in New Issue
Block a user