From 5d074f3237ac24c09366c66e7ef31fc554e0b5a3 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 13 Jun 2023 22:26:09 -0500 Subject: [PATCH] ci: fix patch workflow (#21363) --- .github/workflows/patch-mariadb-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-mariadb-tests.yml b/.github/workflows/patch-mariadb-tests.yml index c8fe91d287..066173af25 100644 --- a/.github/workflows/patch-mariadb-tests.yml +++ b/.github/workflows/patch-mariadb-tests.yml @@ -141,8 +141,8 @@ jobs: update_to_version 14 echo "Updating to last commit" - git checkout -q -f "$GITHUB_SHA" rm -rf ~/frappe-bench/env + git checkout -q -f "$GITHUB_SHA" bench -v setup env bench --site test_site migrate