Skip to content

Commit 0fdb818

Browse files
committed
test no shared dist
1 parent 8c98244 commit 0fdb818

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
- name: Build all
6565
run: pnpm build:artifact
6666
# Upload compiled JS for tests to reuse
67-
- name: Upload build-dist
68-
uses: actions/upload-artifact@v4
69-
with:
70-
name: build-dist
71-
path: |
72-
**/dist
73-
**/*.tsbuildinfo
67+
# - name: Upload build-dist
68+
# uses: actions/upload-artifact@v4
69+
# with:
70+
# name: build-dist
71+
# path: |
72+
# **/dist
73+
# **/*.tsbuildinfo
7474
- name: Pack
7575
run: pnpm pack:artifact
7676
- uses: actions/upload-artifact@v4
@@ -203,11 +203,11 @@ jobs:
203203
sleep 5
204204
done
205205
206-
- name: Download build-dist (compiled JS)
207-
uses: actions/download-artifact@v4
208-
with:
209-
name: build-dist
210-
path: .
206+
# - name: Download build-dist (compiled JS)
207+
# uses: actions/download-artifact@v4
208+
# with:
209+
# name: build-dist
210+
# path: .
211211

212212
# Prisma client was generated in prepare -> build outputs already contain it
213213
# No `pnpm build` here — we reuse dist to save time

0 commit comments

Comments
 (0)