File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ jobs:
181181 with :
182182 repository : nonebot/noneflow
183183 fetch-depth : 0
184+
184185 - name : Install poetry
185186 run : pipx install poetry
186187
@@ -195,9 +196,10 @@ jobs:
195196 mkdir -p plugin_test/store
196197 curl -sSL https://raw.githubusercontent.com/nonebot/registry/results/results.json -o plugin_test/store/previous_results.json
197198 curl -sSL https://raw.githubusercontent.com/nonebot/registry/results/plugins.json -o plugin_test/store/previous_plugins.json
198- curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/adapters.json -o plugin_test/adapters.json
199- curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/bots.json -o plugin_test/bots.json
199+ curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/adapters.json -o plugin_test/store/ adapters.json
200+ curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/bots.json -o plugin_test/store/ bots.json
200201 curl -sSL https://raw.githubusercontent.com/nonebot/nonebot2/master/website/static/plugins.json -o plugin_test/store/plugins.json
202+
201203 - name : Test plugin
202204 if : ${{ !contains(fromJSON('["Bot", "Adapter", "Plugin"]'), github.event.client_payload.type) }}
203205 run : |
@@ -222,6 +224,7 @@ jobs:
222224 ${{ github.workspace }}/plugin_test/adapters.json
223225 ${{ github.workspace }}/plugin_test/bots.json
224226 ${{ github.workspace }}/plugin_test/plugins.json
227+
225228 upload_results :
226229 runs-on : ubuntu-latest
227230 name : Upload results
You can’t perform that action at this time.
0 commit comments