Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit a0709f8

Browse files
committed
Reduce TEST_REPEATS from 5 to 2 for integration tests in CI.
1 parent b4b1fb1 commit a0709f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
env:
9696
TEST_NAME: ${{ matrix.test-name }}
9797
WEBSOCKET_URL: ${{ matrix.websocket-url.url}}
98-
TEST_REPEATS: 5
98+
TEST_REPEATS: 2
9999

100100
steps:
101101
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)