Skip to content

Commit

Permalink
Test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Oct 29, 2024
1 parent 951c791 commit ac6b1ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ jobs:
ports:
- '8123:8123'
options: --health-cmd "wget -nv -O- 'http://localhost:8123/ping' || exit 1" --health-interval=5s --health-timeout=3s
redis:
image: redis
ports:
- '6379:6379'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ac6b1ae

Please sign in to comment.