Skip to content

Commit

Permalink
Revert "Check if we need to install redis or can just rely on the one…
Browse files Browse the repository at this point in the history
… provided in docker compose up step"

Yes we do for beetle binary tests

This reverts commit 4c10ddc.
  • Loading branch information
Aqualon committed Aug 15, 2024
1 parent 4c10ddc commit 83c791e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
go-version: '1.20.7'

- name: Install dependencies
run: sudo apt-get install redis

- name: Start required services
run: docker compose up -d

Expand Down

0 comments on commit 83c791e

Please sign in to comment.