We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b315a5 commit 15b4049Copy full SHA for 15b4049
1 file changed
.github/workflows/ci.yaml
@@ -37,11 +37,6 @@ jobs:
37
- name: Build
38
run: npm run build
39
40
- - uses: actions/upload-artifact@v4
41
- with:
42
- name: build
43
- path: dist
44
-
45
- name: Audit
46
run: npm audit
47
@@ -69,9 +64,8 @@ jobs:
69
64
- name: Install dependencies
70
65
run: npm ci
71
66
72
- - uses: actions/download-artifact@v4
73
74
67
+ - name: Build
68
+ run: npm run build
75
76
- name: Test (Service Client)
77
env:
@@ -101,9 +95,8 @@ jobs:
101
95
102
96
103
97
104
105
106
98
99
107
100
108
- name: Test (Native Client)
109
0 commit comments