Skip to content

Commit

Permalink
Install redis-cli in CI (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher authored Aug 30, 2023
1 parent 6a9fb53 commit a872393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
tools: composer:v2
coverage: none

- name: Install redis-cli
run: sudo apt-get install -qq redis-tools

- name: Install dependencies
run: |
composer require "illuminate/contracts=^${{ matrix.laravel }}" --dev --no-update
Expand Down

0 comments on commit a872393

Please sign in to comment.