Skip to content

Commit 15b4049

Browse files
committed
Removed artifacts because of lack of performance benefits.
1 parent 4b315a5 commit 15b4049

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Build
3838
run: npm run build
3939

40-
- uses: actions/upload-artifact@v4
41-
with:
42-
name: build
43-
path: dist
44-
4540
- name: Audit
4641
run: npm audit
4742

@@ -69,9 +64,8 @@ jobs:
6964
- name: Install dependencies
7065
run: npm ci
7166

72-
- uses: actions/download-artifact@v4
73-
with:
74-
name: build
67+
- name: Build
68+
run: npm run build
7569

7670
- name: Test (Service Client)
7771
env:
@@ -101,9 +95,8 @@ jobs:
10195
- name: Install dependencies
10296
run: npm ci
10397

104-
- uses: actions/download-artifact@v4
105-
with:
106-
name: build
98+
- name: Build
99+
run: npm run build
107100

108101
- name: Test (Native Client)
109102
env:

0 commit comments

Comments
 (0)