Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update screenshots folder name to match actions/upload-artifact@v4 #5640

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

daphne-sfdc
Copy link
Contributor

@daphne-sfdc daphne-sfdc commented Jun 13, 2024

What does this PR do?

Fixes the issue where screenshots were not being produced for E2E test failures. The issue is happening as a result of the breaking change in actions/upload-artifact@v4.

What issues does this PR fix or reference?

@W-15960945@

Functionality Before

Only one job in a failing E2E test run produces screenshots; the other jobs produce error messages in the upload artifact step with the error message Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run.
https://github.com/forcedotcom/salesforcedx-vscode/actions/runs/9477771277

Functionality After

All jobs in a failing E2E test run produce screenshots, in separate folders for each job.
https://github.com/forcedotcom/salesforcedx-vscode/actions/runs/9486595338

@daphne-sfdc daphne-sfdc requested a review from a team as a code owner June 13, 2024 13:53
@daphne-sfdc daphne-sfdc merged commit e10bf56 into develop Jun 13, 2024
112 of 218 checks passed
@daphne-sfdc daphne-sfdc deleted the daphne/fix-e2e-screenshots branch June 13, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants