Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This2sho authored Mar 7, 2024
1 parent 5e6ffa4 commit 833e0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
with:
java-version: '17'
distribution: 'corretto'


- name: Install redis
run: apt-get update && apt-get install -y redis-tools redis-server
run: sudo apt-get install -y redis-tools redis-server

- name: Verify that redis is up
run: redis-cli ping
Expand Down

0 comments on commit 833e0a7

Please sign in to comment.