Skip to content

Commit

Permalink
ci: preempt read-only-mapper merge in frappe
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 2, 2024
1 parent 8b57e6d commit 011ef18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 011ef18

Please sign in to comment.