Skip to content

Commit

Permalink
fixup! STILL NEED SOME WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 30, 2024
1 parent 49676b2 commit 81de9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/azure/templates/group_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ parameters:

jobs:

- ${{ each group in split('1,2,3', ',') }}:
# - ${{ each group in split('1,2,3', ',') }}:
- ${{ each group in range(1, 3) }}:
- template: run_tests.yml
parameters:
group_number: ${{ group }}
Expand Down

0 comments on commit 81de9b5

Please sign in to comment.