From add484513332d6385b4190d5c0acf17049efa021 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Fri, 14 Jul 2023 18:51:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20playwright=20report=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf041e8a0..19cf25d09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,4 +85,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: playwright-report - path: ./playwright-report + path: ./apps/web/playwright-report