Skip to content

Commit

Permalink
Add redis service to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Feb 20, 2024
1 parent 5193d9a commit 15e2f89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
services:
redis:
image: redis
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
Expand All @@ -35,6 +38,6 @@ jobs:
coverage report
- name: Coveralls
if: ${{ matrix.python-version == 3.10 }}
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit 15e2f89

Please sign in to comment.