File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 73
73
- name : Clean npm cache
74
74
run : npm cache clean --force || true
75
75
- run : npx nx affected -t install --with dev
76
- - name : Clean Poetry caches after install
77
- run : |
78
- poetry cache clear pypi --all || true
79
- poetry cache clear _default_cache --all || true
80
- rm -rf ~/.cache/pypoetry/artifacts || true
81
76
- run : npx nx affected -t lint --parallel=3
82
77
83
78
build-packages :
@@ -132,11 +127,6 @@ jobs:
132
127
- name : Install
133
128
run : npx nx affected -t install --with dev --parallel=2
134
129
135
- - name : Clean Poetry caches after install
136
- run : |
137
- poetry cache clear pypi --all || true
138
- poetry cache clear _default_cache --all || true
139
- rm -rf ~/.cache/pypoetry/artifacts || true
140
130
141
131
- name : Build
142
132
run : npx nx affected -t build-release --parallel=2
@@ -203,11 +193,6 @@ jobs:
203
193
- name : Install
204
194
run : npx nx affected -t install --exclude='sample-app' --with dev --parallel=2
205
195
206
- - name : Clean Poetry caches after install
207
- run : |
208
- poetry cache clear pypi --all || true
209
- poetry cache clear _default_cache --all || true
210
- rm -rf ~/.cache/pypoetry/artifacts || true
211
196
212
197
- name : Test
213
198
env :
You can’t perform that action at this time.
0 commit comments