We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224341d commit 854b804Copy full SHA for 854b804
.harness/ci-cd.yaml
@@ -41,7 +41,16 @@ pipeline:
41
identifier: redis_server
42
spec:
43
shell: Sh
44
- command: apt-get update && apt-get install -y redis-server
+ 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
54
- step:
55
type: Action
56
name: Set up Nodejs
0 commit comments