This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Commit f4280dc
chore(ci): resolve issue with artifacts naming (#8195)
When a failure occurs in the e2e tests, we upload some of the artifacts
for access. However, the naming of this artifact isn't unique and when
an artifact with the same name exists, it throws an error.
This PR makes the artifact name unique and overwrites it in the event
that running the workflow multiple times returns an error
## Test plan
<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->
* CI
---------
Co-authored-by: David Ichim <ichim.david@gmail.com>1 parent 1f2cec5 commit f4280dc
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments