Skip to content

Commit 0808e61

Browse files
committed
Blueprints test shouldn't need dist; this should fix flaky failure
1 parent 3546777 commit 0808e61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ jobs:
238238
cache: yarn
239239
- name: install dependencies
240240
run: yarn install --frozen-lockfile --non-interactive
241-
- uses: actions/download-artifact@v3
242-
with:
243-
name: dist
244-
path: dist
245241
- name: test
246242
run: yarn test:blueprints
247243

0 commit comments

Comments
 (0)