Skip to content

Commit

Permalink
feat: 测试看看看
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrove committed Jan 15, 2025
1 parent d110f53 commit c792a3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
run: |
pnpm install
- name: pnpm run start
run: |
pnpm run start:h5
- name: pnpm run ui:test
run: |
pnpm run ui:test
Expand Down
2 changes: 1 addition & 1 deletion backstop.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scenarios": [
{
"label": "Bifrostui",
"url": "https://bui.taopiaopiao.com/cores/Button",
"url": "http://localhost:8001/cores/button",
"referenceUrl": "",
"readyEvent": "",
"readySelector": ".dumi-default-previewer-demo",
Expand Down

0 comments on commit c792a3e

Please sign in to comment.