Skip to content

Commit

Permalink
missing redis
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed May 27, 2024
1 parent 952ccd8 commit d0c4b24
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,21 @@ env:
TEST_API_KEY: ${{ secrets.TEST_API_KEY }}
HYPERDX_API_KEY: ${{ secrets.HYPERDX_API_KEY }}
HDX_NODE_BETA_MODE: 1

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10"]
services:
redis:
image: redis
ports:
- 6379:6379

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit d0c4b24

Please sign in to comment.