File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 52
52
docs/
53
53
retention-days : 30
54
54
55
+ - name : Upload bundled spec
56
+ uses : actions/upload-artifact@v4
57
+ with :
58
+ name : bundled-spec
59
+ path : dist/cocoaflow-api.yaml
60
+ retention-days : 30
61
+
55
62
test :
56
63
name : Test Generated Clients
57
64
runs-on : ubuntu-latest
70
77
- name : Install dependencies
71
78
run : npm ci
72
79
80
+ - name : Download bundled specification
81
+ uses : actions/download-artifact@v4
82
+ with :
83
+ name : bundled-spec
84
+ path : dist/
85
+
73
86
- name : Generate TypeScript client
74
87
run : npm run generate:client
75
88
@@ -125,6 +138,12 @@ jobs:
125
138
- name : Build documentation
126
139
run : npm run docs:build
127
140
141
+ - name : Download bundled specification
142
+ uses : actions/download-artifact@v4
143
+ with :
144
+ name : bundled-spec
145
+ path : dist/
146
+
128
147
- name : Deploy to Vercel
129
148
uses : amondnet/vercel-action@v25
130
149
with :
You can’t perform that action at this time.
0 commit comments