Skip to content

Commit 9fe680f

Browse files
committed
fix: contracts testing workflow
1 parent 7145c28 commit 9fe680f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ jobs:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
with:
4949
submodules: recursive
50+
51+
- name: Set up corepack (for yarn)
52+
run: corepack enable
5053

54+
- name: Get yarn cache
55+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
56+
with:
57+
cache: yarn
58+
5159
- name: Cache node modules
5260
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5361
env:

0 commit comments

Comments
 (0)