Skip to content

Commit 05966b5

Browse files
committed
Disable parallelism
1 parent b4772fc commit 05966b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
node-version: '22.x'
1919
cache: 'npm'
2020
- run: npm ci
21-
- run: npm test
21+
- run: npm run test -- --no-file-parallelism

test/orchestrator/connect/connect-command.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ describe.sequential('Connect orchestrator tests', () => {
107107
});
108108
}
109109

110-
})
110+
}, { sequential: true })

0 commit comments

Comments
 (0)