File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,10 @@ jobs:
146
146
echo "Resolved Next.js version for 'next@${{ matrix.version }}' is '$RESOLVED_VERSION'"
147
147
- name : Compute Fixtures Cache Key
148
148
id : fixture-cache-key
149
- # Fixtures only need to be rebuilt if anything in the tests/fixtures directory changes ,
150
- # so we're using a hash of the files in that directory as the cache key.
149
+ # Fixtures only need to be rebuilt if either fixture or support files change ,
150
+ # so we're using a hash of the fixtures and support files as the cache key.
151
151
run :
152
- echo "key=$(git ls-files -s tests/fixtures/ tests/prepare.mjs | git hash-object --stdin)"
152
+ echo "key=$(git ls-files -s tests/fixtures/ tests/utils/ tests/ prepare.mjs | git hash-object --stdin)"
153
153
>> "$GITHUB_OUTPUT"
154
154
shell : bash
155
155
- name : Cache Fixtures
You can’t perform that action at this time.
0 commit comments