From 4464b516bbf9f5cc18ee93d2a6c42d046ac39884 Mon Sep 17 00:00:00 2001 From: Daniel Sundqvist Date: Tue, 19 Mar 2024 21:40:30 +0100 Subject: [PATCH] Update path for cypress screenshots in workflow The path assigned for cypress screenshots in the test_deploy_samplesite workflow has been updated. It has been shifted from the generic cypress/screenshots location to a specific directory under ./src/Samples/Sample.AspNetCore.UiTests. This change helps in better organization and management of test snapshots. --- .github/workflows/test_deploy_samplesite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_deploy_samplesite.yml b/.github/workflows/test_deploy_samplesite.yml index 79b245657d..845a2395ea 100644 --- a/.github/workflows/test_deploy_samplesite.yml +++ b/.github/workflows/test_deploy_samplesite.yml @@ -69,7 +69,7 @@ jobs: if: ${{ always() }} with: name: cypress-screenshots - path: cypress/screenshots + path: ./src/Samples/Sample.AspNetCore.UiTests/cypress/screenshots if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn` - name: Commit Action Status