Skip to content

Commit a3f14d7

Browse files
Add redis to ci
1 parent a1a8b60 commit a3f14d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v5
18+
19+
- name: Install Redis
20+
run: |
21+
sudo add-apt-repository ppa:redislabs/redis
22+
sudo apt-get install -y redis-tools redis-server
23+
24+
- name: Check Redis
25+
run: redis-cli ping
1826

1927
- name: Setup Node.js
2028
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)