Skip to content

Commit 8f6ae1f

Browse files
committed
CI: Include .ex files in cache key
Otherwise changes to elixir tests are not picked up. Signed-off-by: Peter M <[email protected]>
1 parent d4877b9 commit 8f6ae1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
id: cache
476476
with:
477477
path: 'build/tests/**/*.beam'
478-
key: ${{ matrix.otp }}-${{ hashFiles('**/build-and-test.yaml', 'tests/**/*.erl') }}-${{ matrix.jit_target_arch }}
478+
key: ${{ matrix.otp }}-${{ hashFiles('**/build-and-test.yaml', 'tests/**/*.erl', 'tests/**/*.ex') }}-${{ matrix.jit_target_arch }}
479479

480480
- name: "Build: run cmake"
481481
working-directory: build

0 commit comments

Comments
 (0)