Skip to content

ci: Add fake passing tests when CI is skipped by ankush [frappe] PR#39555

Bot Dokos requested to merge ft-pr-39555 into develop

From: https://github.com/frappe/erpnext/pull/39555
Date: 2024-01-24 19:50:54+00:00



Diagnostics

Cleaning files from denylist:
 .github/workflows/patch_faux.yml                | 22 ++++++++++++++++++++++
 .github/workflows/server-tests-mariadb-faux.yml | 24 ++++++++++++++++++++++++
 2 files changed, 46 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39555

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports