Skip to content

Commit f882d7b

Browse files
committed
Remove CrateDB from both javascript and python test pipelines.
The objective of the project is to be able to do SQL stuff without a CrateDB instance, so it does not make any sense to have one.
1 parent f95f364 commit f882d7b

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.github/workflows/javascript.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ jobs:
3838
OS: ${{ matrix.os }}
3939
NODEJS: ${{ matrix.node-version }}
4040

41-
# https://docs.github.com/en/actions/using-containerized-services/about-service-containers
42-
services:
43-
cratedb:
44-
image: crate/crate:nightly
45-
ports:
46-
- 4200:4200
47-
- 5432:5432
48-
env:
49-
CRATE_HEAP_SIZE: 4g
50-
5141
name: Node.js ${{ matrix.node-version }} on OS ${{ matrix.os }}
5242
steps:
5343

.github/workflows/python.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ jobs:
3838
OS: ${{ matrix.os }}
3939
PYTHON: ${{ matrix.python-version }}
4040

41-
# https://docs.github.com/en/actions/using-containerized-services/about-service-containers
42-
services:
43-
cratedb:
44-
image: crate/crate:nightly
45-
ports:
46-
- 4200:4200
47-
- 5432:5432
48-
env:
49-
CRATE_HEAP_SIZE: 4g
50-
5141
name: Python ${{ matrix.python-version }} on OS ${{ matrix.os }}
5242
steps:
5343

0 commit comments

Comments
 (0)