Skip to content

Commit d9ff403

Browse files
committed
Fix unit tests
1 parent 45b73b8 commit d9ff403

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
- name: Install dependencies
119119
run: yarn --frozen-lockfile --ignore-engines
120120
if: steps.dependency-cache.outputs.cache-hit != 'true'
121+
- name: Download build artifacts
122+
uses: actions/download-artifact@v4
123+
with:
124+
name: dist-artifacts-${{ github.run_id }}
125+
path: packages
121126
- run: yarn test:unit
122127

123128
test-integration:

0 commit comments

Comments
 (0)