Skip to content

Commit 831972d

Browse files
committed
Merge pull request #1979 from petermm/fix-ci-cache-key-ex-files
CI: Include .ex (and .hrl) files in cache key These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents a6d56b9 + d119dc0 commit 831972d

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,hrl,ex}') }}-${{ matrix.jit_target_arch }}
479479

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

0 commit comments

Comments
 (0)