Skip to content

Commit

Permalink
remove unused redis service from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jan 27, 2024
1 parent 25615bb commit 843e403
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ jobs:

runs-on: ubuntu-latest

services:
redis: { image: redis, ports: ["6379:6379"] }

strategy:
matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install OS dependencies
run: sudo apt-get -y install libyaml-dev
Expand Down

0 comments on commit 843e403

Please sign in to comment.