Skip to content

Commit

Permalink
Reduce the numbers of nodes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Nov 14, 2024
1 parent 54e6093 commit 3e682c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ jobs:
matrix:
# Set N number of parallel jobs to run tests on. Here we use 10 jobs
# Remember to update ci_node_index below to 0..N-1
ci_node_total: [ 10 ]
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
ci_node_total: [ 2 ]
ci_node_index: [ 0, 1 ]
# ci_node_total: [ 10 ]
# ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
openfisca-dependencies: [minimal, maximal]
steps:
- name: Checkout
Expand Down

0 comments on commit 3e682c3

Please sign in to comment.