Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Oct 22, 2024
1 parent 80a18e4 commit 0fcd730
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
uses: DeLaGuardo/[email protected]
with:
lein: latest
- run: sudo redis-server /etc/redis/redis.conf --port 6380
- name: Start Redis
uses: supercharge/[email protected]
with:
redis-version: 7
redis-port: 12345
- run: lein test

0 comments on commit 0fcd730

Please sign in to comment.