From 15f41258e60ccdc109fe36586a14378c7a34cf07 Mon Sep 17 00:00:00 2001 From: lihuacai Date: Sat, 13 Jan 2024 17:35:49 +0800 Subject: [PATCH] =?UTF-8?q?ci(workflows):=20=E4=BF=AE=E6=94=B9=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index bf50253..7d336e3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,4 +27,4 @@ jobs: if: always() with: name: playwright-traces - path: test-results/ \ No newline at end of file + path: allure-results/ \ No newline at end of file