We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b73b8 commit d9ff403Copy full SHA for d9ff403
.github/workflows/checks.yml
@@ -118,6 +118,11 @@ jobs:
118
- name: Install dependencies
119
run: yarn --frozen-lockfile --ignore-engines
120
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
126
- run: yarn test:unit
127
128
test-integration:
0 commit comments