Skip to content

Commit c71efc6

Browse files
committed
.github/workflows: enable simulators cache
1 parent a6fa5be commit c71efc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
~/go/pkg
4848
~/.cache/go-build
4949
~/.cache/golangci-lint
50+
- name: Enable simulators caching
51+
uses: actions/cache@v4
52+
with:
53+
key: ${{runner.os}}-simulators-cache-${{hashFiles('./api/firmware/testdata/simulators.json')}}
54+
path: |
55+
./api/firmware/testdata/simulators
5056
- name: Install Go
5157
uses: actions/setup-go@v4
5258
with:

0 commit comments

Comments
 (0)