Skip to content

Commit 079f684

Browse files
committed
Cache test data on GH Actions
1 parent 77b98ec commit 079f684

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
- name: Install modules
1212
run: npm install
1313

14+
- name: Cache test data
15+
id: test-cache
16+
uses: actions/cache@v4
17+
with:
18+
path: .test-cache
19+
key: ${{ runner.os }}-test-cache
20+
1421
- name: Test build
1522
run: npm run build
1623

0 commit comments

Comments
 (0)