From 7920c64e334725bb971d000329de3929b6a03316 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 29 Jul 2023 09:29:00 +0900 Subject: [PATCH] ci: fix incorrect path --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24650a8..652e5de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,6 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: playwright-report + name: test-results path: | - apps/*/playwright-report + apps/*/test-results