diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 35c217fa..c49f18a5 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -25,9 +25,6 @@ jobs: - name: Install dependencies run: pnpm install - - name: Run Tests with Coverage - run: pnpm ui:test - - name: Deploy to GitHub Page uses: JamesIves/github-pages-deploy-action@v4 with: diff --git a/backstop.json b/backstop.json index 20c5e698..da1a6672 100644 --- a/backstop.json +++ b/backstop.json @@ -12,8 +12,8 @@ "scenarios": [ { "label": "Bifrostui", - "url": "https://bui.taopiaopiao.com/cores/button", - "referenceUrl": "https://bui.taopiaopiao.com/cores/button", + "url": "https://bui.taopiaopiao.com/cores/alert", + "referenceUrl": "", "readyEvent": "", "readySelector": ".dumi-default-previewer-demo", "delay": 0,