From 0cf8788115f3e15eb013acb2827a31463be567a2 Mon Sep 17 00:00:00 2001 From: Sudip Bhattarai Date: Thu, 7 Nov 2024 23:29:33 +0545 Subject: [PATCH] Fix report name --- .github/workflows/test_integration_playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_integration_playwright.yml b/.github/workflows/test_integration_playwright.yml index 1d4f13a..d1204ab 100644 --- a/.github/workflows/test_integration_playwright.yml +++ b/.github/workflows/test_integration_playwright.yml @@ -117,6 +117,6 @@ jobs: target-folder: integration-tests env: - REPORT_NAME: integration + REPORT_NAME: integration-tests GH_PAGES: cardanoapi/ccv-test-reports CI: ture