Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis authored Apr 8, 2024
1 parent 90d7b36 commit 3fa38d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
needs: lint
services:
redis:
image: redis:7.2.4-alpine
ports:
- 6379:6379
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,4 +62,4 @@ jobs:
REDIS_PORT: 6379
SENTRY_DSN: x
with:
command: test
command: test

0 comments on commit 3fa38d3

Please sign in to comment.