From 3fccee1e5ae71ba1a64a44b541997b7eb6b86540 Mon Sep 17 00:00:00 2001 From: whyrove Date: Wed, 15 Jan 2025 15:16:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E7=9C=8B=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ui-test.yml | 3 --- backstop.json | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) 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,