File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments