Skip to content

Commit 43c45b7

Browse files
authoredSep 27, 2022
Do not run GitHub Actions in parallel (#298)
1 parent e34b7a2 commit 43c45b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
CI:
1616
runs-on: ubuntu-latest
1717
strategy:
18+
# We do not want to run CRUD tests in parallel
19+
max-parallel: 1
1820
matrix:
1921
node-version: [14.x, 16.x, 18.x]
2022
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

0 commit comments

Comments
 (0)
Please sign in to comment.