Skip to content

Commit

Permalink
Update path for cypress screenshots in workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zunkas committed Mar 19, 2024
1 parent 4ffebe8 commit 4464b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy_samplesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4464b51

Please sign in to comment.