Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Replace GH Action for Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Aug 2, 2024
1 parent d82e99a commit 24ab157
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
strategy:
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
redis-version: [6, 7]
redis-version: [6.x, 7.x]
runs-on: ubuntu-latest
steps:
- name: Start Redis
uses: supercharge/[email protected]
uses: shogo82148/actions-setup-redis@v1
with:
redis-version: ${{ matrix.redis-version }}
auto-start: "true"

- name: Wait for Redis to Start
run: sleep 15
run: sleep 10

- name: Fetch Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 24ab157

Please sign in to comment.