Skip to content

Commit

Permalink
ci: improve GitHub workflow and API handling for better performance
Browse files Browse the repository at this point in the history
- Add a step to start Redis using the `supercharge/redis-github-action` in the GitHub workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jan 17, 2025
1 parent bc9506c commit a630c56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
GO111MODULE: on
GOPROXY: https://proxy.golang.org
steps:
- name: Start Redis
uses: supercharge/redis-github-action@1.8.0
with:
redis-version: 4

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit a630c56

Please sign in to comment.