We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1943879 + 18a1018 commit 7a4ded4Copy full SHA for 7a4ded4
1 file changed
.github/workflows/ci-test-unit.yml
@@ -53,7 +53,7 @@ jobs:
53
tar -xzf /tmp/RocketChat-packages-build.tar.gz -C .
54
55
- name: Unit Test
56
- run: yarn testunit
+ run: yarn testunit --concurrency=1
57
58
- uses: codecov/codecov-action@v5
59
with:
0 commit comments