Skip to content

Commit 854b804

Browse files
Update pipeline javascript-client
1 parent 224341d commit 854b804

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.harness/ci-cd.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,16 @@ pipeline:
4141
identifier: redis_server
4242
spec:
4343
shell: Sh
44-
command: apt-get update && apt-get install -y redis-server
44+
command: |-
45+
add-apt-repository ppa:redislabs/redis
46+
apt-get install -y redis-tools redis-server
47+
- step:
48+
type: Run
49+
name: redis-cli ping
50+
identifier: rediscli_ping
51+
spec:
52+
shell: Sh
53+
command: redis-cli ping
4554
- step:
4655
type: Action
4756
name: Set up Nodejs

0 commit comments

Comments
 (0)