We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fe3d1 commit d718f59Copy full SHA for d718f59
.github/workflows/frontend-optional.yml
@@ -90,6 +90,17 @@ jobs:
90
91
- uses: ./.github/actions/setup-node-pnpm
92
93
+ - name: jest transform cache
94
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
95
+ with:
96
+ path: |
97
+ .cache/jest
98
+ ~/.cache/swc
99
+ key: jest-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'jest.config.ts') }}-${{ matrix.instance }}
100
+ restore-keys: |
101
+ jest-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'jest.config.ts') }}-
102
+ jest-cache-${{ runner.os }}-
103
+
104
- name: Download jest-balance.json
105
id: download-artifact
106
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
0 commit comments