Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Dec 24, 2024
1 parent 630d6f6 commit f54c013
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
matrix:
ci_total_jobs: [4]
ci_job_index:
["1", "2", "3", "4",]
[
"0, 1",
"2, 3",
]

env:
RAILS_ENV: test
Expand Down Expand Up @@ -68,7 +71,7 @@ jobs:

- name: Run tests
run: |
bin/rake parallel:setup[1]
bin/rake parallel:setup[2]
bundle exec parallel_rspec -n "${CI_TOTAL_JOBS" --only-group $"{CI_JOB_INDEX}" --group-by "runtime"
- name: Code coverage
Expand Down

0 comments on commit f54c013

Please sign in to comment.