Skip to content

Commit

Permalink
Remove test runner concurrency (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash authored Sep 30, 2024
1 parent d516480 commit 10a4c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
tests:
name: run
runs-on: ubuntu-latest
timeout-minutes: 40
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
# If you adjust these parameters, also adjust the jrm input files on the "Merge reports" step below
total: [ 5 ]
index: [ 0, 1, 2, 3, 4 ]
total: [ 1 ]
index: [ 0 ]
steps:
- name: Fetch Outputs
id: tflocal
Expand Down

0 comments on commit 10a4c81

Please sign in to comment.