Skip to content

Commit dc27f68

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 dc27f68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,9 @@ jobs:
474474
- uses: actions/cache@v4
475475
id: cache
476476
with:
477-
path: 'build/tests/**/*.beam'
477+
path: |
478+
build/tests/**/*.beam
479+
!build/tests/**/libs/exavmlib/**
478480
key: ${{ matrix.otp }}-${{ hashFiles('**/build-and-test.yaml', 'tests/**/*.erl') }}-${{ matrix.jit_target_arch }}
479481

480482
- name: "Build: run cmake"

0 commit comments

Comments
 (0)