Skip to content

Commit

Permalink
chore: remove service from tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Nov 12, 2023
1 parent c259e5c commit ababece
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
pydantic-version: "pydantic-v2"
experimental: true
fail-fast: false

services:
redis:
image: rabbitmq
ports:
- 5672:5672

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -102,4 +96,4 @@ jobs:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
jobs: ${{ toJSON(needs) }}

0 comments on commit ababece

Please sign in to comment.