Skip to content

Commit

Permalink
Merge pull request #2253 from blaggacao/ci/add-trick
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal authored Oct 18, 2024
2 parents 7f9c05f + 8d8f685 commit eaba4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
BRANCH_TO_CLONE: ${{ env.HR_BRANCH }}

- name: Run Tests
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app hrms --total-builds 2 --build-number ${{ matrix.container }}
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app hrms --total-builds ${{ strategy.job-total }} --build-number ${{ matrix.container }}
env:
TYPE: server
CAPTURE_COVERAGE: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -138,4 +138,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
verbose: true

0 comments on commit eaba4d6

Please sign in to comment.