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

Commit b4b1fb1

Browse files
committed
Split npm ci & npm link steps in testing-tool CI.
1 parent 493f8a3 commit b4b1fb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,10 @@ jobs:
229229
uses: streamr-dev/streamr-docker-dev-action@v1.0.0-alpha.2
230230
with:
231231
services-to-start: "mysql redis engine-and-editor cassandra parity-node0 parity-sidechain-node0 bridge broker-node-storage-1 nginx smtp"
232+
- name: npm ci
233+
run: npm ci
232234
- name: npm link
233-
run: npm ci && npm link
235+
run: npm link
234236
- uses: actions/checkout@v2
235237
with:
236238
repository: streamr-dev/streamr-client-testing

0 commit comments

Comments
 (0)