Skip to content

Commit

Permalink
fix redis setup in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vasuadari committed May 7, 2024
1 parent 5a2f600 commit a75bc03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Install dependencies
run: mix deps.get

- name: Format code (optional)
- name: Lint
run: mix format --check-formatted

- name: Start Redis container (optional)
uses: redis/redis-action@v2
- name: Start Redis container
uses: supercharge/redis-github-action@1.7.0
with:
redis-version: '5'

Expand Down

0 comments on commit a75bc03

Please sign in to comment.