diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe78a79..95b8c14e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,8 +104,10 @@ 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 + ERPNEXT_BRANCH: feat/incorporate-read-only-mode-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 }}