Skip to content

Commit 451f10c

Browse files
authored
fix: adding max-parallel option to avoid lack of resources (#327)
1 parent 7e7957f commit 451f10c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: false
10+
max-parallel: 1
1011
matrix:
1112
tutor_version: ['<20.0.0', '<21.0.0', 'main']
1213
steps:

0 commit comments

Comments
 (0)