Skip to content

Commit d5466e8

Browse files
committed
fix: contracts testing workflow
1 parent 54f1376 commit d5466e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
registry.yarnpkg.com:443
3939
registry.npmjs.org:443
4040
54.185.253.63:443
41-
41+
42+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
with:
44+
submodules: recursive
45+
4246
- name: Set up corepack (for yarn)
4347
run: |
4448
corepack enable
@@ -49,11 +53,7 @@ jobs:
4953
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
5054
with:
5155
node-version: 20.x
52-
cache: yarn
53-
54-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55-
with:
56-
submodules: recursive
56+
# cache: yarn
5757

5858
- name: Cache node modules
5959
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0

0 commit comments

Comments
 (0)