Skip to content

Commit 0fcd730

Browse files
committed
redis
1 parent 80a18e4 commit 0fcd730

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ jobs:
3030
uses: DeLaGuardo/[email protected]
3131
with:
3232
lein: latest
33-
- run: sudo redis-server /etc/redis/redis.conf --port 6380
33+
- name: Start Redis
34+
uses: supercharge/[email protected]
35+
with:
36+
redis-version: 7
37+
redis-port: 12345
3438
- run: lein test

0 commit comments

Comments
 (0)