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

"Save test results" CI step trying to upload artifacts to same artifact name for each strategy in matrix #93

Closed
adrianyorke opened this issue Sep 14, 2024 · 1 comment · Fixed by #94
Assignees
Labels
maintenance Maintenance fixes

Comments

@adrianyorke
Copy link
Owner

adrianyorke commented Sep 14, 2024

CI is failing as each strategy in os/python version matrix is trying to upload test result artifacts to the same file name across multiple jobs.

Add ${{ strategy.job-index }} to the upload artifact file name.

@adrianyorke adrianyorke added the maintenance Maintenance fixes label Sep 14, 2024
@adrianyorke adrianyorke self-assigned this Sep 14, 2024
@adrianyorke
Copy link
Owner Author

More details can be found here:
actions/upload-artifact#480

@adrianyorke adrianyorke changed the title "Save test results" CI step trying to upload artifacts to same folder for each strategy in matrix "Save test results" CI step trying to upload artifacts to same artifact name for each strategy in matrix Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant