pelias-schema 6.6.0 → 6.7.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ jobs:
|
|
7
7
|
matrix:
|
8
8
|
os:
|
9
9
|
- ${{ vars.UBUNTU_VERSION }}
|
10
|
-
node-version: [
|
10
|
+
node-version: [16.x, 18.x]
|
11
11
|
es-version: [7.6.1]
|
12
12
|
jdk-version: [oraclejdk11]
|
13
13
|
steps:
|
@@ -23,7 +23,6 @@ jobs:
|
|
23
23
|
run: ./scripts/setup_ci.sh
|
24
24
|
- name: Run integration tests
|
25
25
|
run: |
|
26
|
-
npm install -g npm
|
27
26
|
npm install
|
28
27
|
curl http://127.0.0.1:9200/
|
29
28
|
./bin/create_index
|
@@ -7,7 +7,7 @@ jobs:
|
|
7
7
|
matrix:
|
8
8
|
os:
|
9
9
|
- ${{ vars.UBUNTU_VERSION }}
|
10
|
-
node-version: [
|
10
|
+
node-version: [16.x, 18.x]
|
11
11
|
steps:
|
12
12
|
- uses: actions/checkout@v2
|
13
13
|
- name: Install node.js ${{ matrix.node-version }}
|
@@ -16,6 +16,5 @@ jobs:
|
|
16
16
|
node-version: ${{ matrix.node-version }}
|
17
17
|
- name: Run unit tests
|
18
18
|
run: |
|
19
|
-
npm install -g npm
|
20
19
|
npm install
|
21
20
|
npm run test
|