Skip to content

Commit fbb0dbf

Browse files
committed
Removed unnecessary code from actions
1 parent 2e76806 commit fbb0dbf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@ jobs:
5252
args: -p psqlpy --all-features -- -W clippy::all -W clippy::pedantic -D warnings
5353
pytest:
5454
name: ${{matrix.job.os}}-${{matrix.py_version}}
55-
services:
56-
scylla:
57-
image: scylladb/scylla:5.2
58-
options: >-
59-
--health-cmd="cqlsh -e 'select * from system.local' "
60-
--health-interval=5s
61-
--health-timeout=5s
62-
--health-retries=60
63-
ports:
64-
- 9042:9042
6555
strategy:
6656
matrix:
6757
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)