From 657314e9943b217503f3f5e3e4998dc43420d234 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 2 Oct 2024 03:49:46 +0200 Subject: [PATCH] ci: preempt read-only-mapper merge in frappe --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe78a79..45adb810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,8 +104,8 @@ jobs: run: | bash ${GITHUB_WORKSPACE}/.github/helper/install.sh env: - FRAPPE_USER: ${{ github.event.inputs.user }} - FRAPPE_BRANCH: ${{ github.event.inputs.branch }} + FRAPPE_USER: blaggacao + FRAPPE_BRANCH: feat/add-read-only-document-context-to-mapper - name: Run Tests run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app payments --total-builds ${{ strategy.job-total }} --build-number ${{ matrix.container }}