ci: always upload cypress recordings by barredterra [frappe] PR#35032
From: https://github.com/frappe/frappe/pull/35032
Date: 2025-12-02 16:45:55+01:00
Diagnostics
Conflicts detected for source commit: dc8d8636da6505516bd418c19389bc2a966348eb
- DU .github/workflows/_base-ui-tests.yml
Cleaning files from denylist:
.github/workflows/_base-ui-tests.yml | 188 +++++++++++++++++++++++++++++++++++
1 file changed, 188 insertions(+)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-35032
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-35032
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease