Skip to content

Commit

Permalink
redis?
Browse files Browse the repository at this point in the history
  • Loading branch information
socram03 committed Sep 13, 2024
1 parent a1fc462 commit ba62844
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
build:
runs-on: ubuntu-latest

services:
redis:
image: redis:latest
ports:
- 6379:6379

steps:
- name: check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit ba62844

Please sign in to comment.