Skip to content
Snippets Groups Projects
Unverified Commit 7f972ab9 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Run E2E tests using Replay browser weekly (#32021)

Replay is adding a significant overhead and is making every single run
fail. This is messing with our statistics and analytics.

While the Replay.io team is working on some optimizations that would
remove the overhead, we can significantly dial down the frequency of
these runs. We'll switch to running them only once per week, on Sunday.

For now...
parent 1acb06b5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ name: E2E Tests
on:
# We'll record runs using Replay.io and their browser on a schedule as an experiment
schedule:
- cron: '0 */8 * * *'
- cron: '* * * * 0'
push:
branches:
- "master"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment