Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24ab157

Browse files
authoredAug 2, 2024··
Replace GH Action for Redis
1 parent d82e99a commit 24ab157

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ jobs:
99
strategy:
1010
matrix:
1111
go-version: [1.20.x, 1.21.x, 1.22.x]
12-
redis-version: [6, 7]
12+
redis-version: [6.x, 7.x]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Start Redis
16-
uses: supercharge/redis-github-action@1.8.0
16+
uses: shogo82148/actions-setup-redis@v1
1717
with:
1818
redis-version: ${{ matrix.redis-version }}
19+
auto-start: "true"
1920

2021
- name: Wait for Redis to Start
21-
run: sleep 15
22+
run: sleep 10
2223

2324
- name: Fetch Repository
2425
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
This repository has been archived.