You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(e2e): run e2e report cron after e2e tests finish (#2513)
We run the next.js repo e2e tests every day at 3am UTC but we were running the e2e report (which
pulls the artefacts from the e2e workflow) every Wednesday at 3am UTC. We might as well defer it
slightly and pull the data from the freshest run.
In addition, since we weren't filtering on run status, it was almost always failing since the e2e
report workflow queried for the most recent e2e test workflow run and, if it had already started,
would fail to find its artefacts (because it had started but not completed). I fixed this by adding
the missing status filter.
0 commit comments