Skip to content

Commit e05f6d2

Browse files
committed
ci: remove services
1 parent 37dc9c0 commit e05f6d2

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/sqliteq.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ jobs:
1818
test:
1919
runs-on: ubuntu-latest
2020

21-
services:
22-
redis:
23-
image: redis:latest
24-
ports:
25-
- 6375:6379
26-
options: >-
27-
--health-cmd "redis-cli ping"
28-
--health-interval 10s
29-
--health-timeout 5s
30-
--health-retries 5
31-
3221
steps:
3322
- uses: actions/checkout@v4
3423

@@ -44,8 +33,6 @@ jobs:
4433
- name: Run tests with coverage
4534
run: |
4635
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
47-
env:
48-
REDIS_URL: redis://localhost:6375
4936
5037
- name: Upload coverage reports to Codecov
5138
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)