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

Commit beefb7c

Browse files
committed
Retry browser tests.
1 parent 5753cb5 commit beefb7c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,14 @@ jobs:
157157
uses: streamr-dev/streamr-docker-dev-action@v1.0.0-alpha.2
158158
with:
159159
services-to-start: "mysql redis engine-and-editor cassandra parity-node0 parity-sidechain-node0 bridge broker-node-storage-1 nginx smtp"
160-
- name: test-browser
161-
timeout-minutes: 2
162-
run: npm run test-browser
160+
161+
- uses: nick-invision/retry@v2
162+
name: Run Test
163+
with:
164+
max_attempts: 3
165+
timeout_minutes: 3
166+
retry_on: error
167+
command: npm run test-browser
163168

164169
benchmarks:
165170
name: Test Benchmark using Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)