Skip to content

Commit 2abc481

Browse files
ci: Use platform specific caching for compatibility tests (#3708)
Enable platform specific caching for compatibility tests that run on Mac OS and Windows. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Enables platform-specific caching in the platform compatibility CI job (macOS and Windows). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1b92f66. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f388e60 commit 2abc481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ jobs:
267267
uses: MetaMask/action-checkout-and-setup@v1
268268
with:
269269
is-high-risk-environment: false
270+
platform-specific-caching: true
270271
- name: Build dependencies
271272
run: yarn build:ci
272273
- name: Run tests

0 commit comments

Comments
 (0)