Skip to content

Commit 9bc1038

Browse files
committed
docs: 与商店测试的写法一致
1 parent 7e2b77a commit 9bc1038

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)