DEV: Fix app-cache key not considering number of parallel database (#28629)

This is a follow-up to 8adc484804
This commit is contained in:
Alan Guo Xiang Tan 2024-08-29 13:03:21 +08:00 committed by GitHub
parent 8adc484804
commit 08b60cfd73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'