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

Commit

Permalink
Fix key/val
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored and xyproto committed Aug 7, 2024
1 parent bfcfc3e commit 27e67d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
strategy:
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
redis-version: [6.x, 7.x]
db-version: [6.x, 7.x]
distribution: [redis, valkey]
runs-on: ubuntu-latest
steps:
- name: Start database
- name: Start Database
uses: shogo82148/actions-setup-redis@v1
with:
redis-version: ${{ matrix.db-version }}
distribution: ${{ matrix.distribution }}
auto-start: "true"

- name: Wait for database to Start
- name: Wait for Database to Start
run: sleep 10

- name: Fetch Repository
Expand Down

0 comments on commit 27e67d1

Please sign in to comment.