-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit dcb4d23
ci: Fix running of only changed E2E tests (#17551)
Noticed here:
https://github.com/getsentry/sentry-javascript/actions/runs/17542916888/job/49818463117
that this was not actually working π€
I played around a bit with this locally, and this change made it work
for me. Not sure why the `path` part is not working as expected, but we
filter for the correct changes anyhow below, so this should be fine
IMHO.1 parent 4745177 commit dcb4d23
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
49 | + | ||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 | - | ||
177 | + | ||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
0 commit comments