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

Commit ae116b5

Browse files
committed
CI: install pgreplay
1 parent 7ff6819 commit ae116b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- run:
99
name: Install software
1010
command: |
11-
apt-get update && apt-get install -y sudo wget jq \
11+
apt-get update && apt-get install -y sudo wget jq pgreplay \
1212
&& wget get.docker.com -q -S -O - | sudo sh
1313
- checkout
1414
- setup_remote_docker

0 commit comments

Comments
 (0)