Skip to content

Commit 700fc27

Browse files
authored
Merge pull request #331 from ml054/v5.2
run 5.2 against 5.4 server as well
2 parents 700b704 + e61a83f commit 700fc27

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/RavenClient.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tests/node
2-
2+
33
on:
44
push:
55
branches: [ v5.2 ]
@@ -21,16 +21,16 @@ jobs:
2121
RAVENDB_TEST_HTTPS_SERVER_URL: https://localhost:8989
2222
RAVENDB_BUILD_TYPE: nightly
2323
RAVEN_License: ${{ secrets.RAVEN_LICENSE }}
24-
24+
2525
strategy:
2626
matrix:
2727
node-version: [12.x, 14.x, 16.x, 18.x]
28-
serverVersion: ["5.2", "5.3"]
28+
serverVersion: ["5.2", "5.4"]
2929
fail-fast: false
3030

3131
steps:
3232
- uses: actions/checkout@v2
33-
33+
3434
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v1
3636
with:
@@ -49,24 +49,24 @@ jobs:
4949
- run: openssl pkcs12 -passout pass:"" -export -out certs/server.pfx -inkey certs/localhost.key -in certs/localhost.crt
5050
- run: sudo cp certs/ca.crt /usr/local/share/ca-certificates/ca.crt
5151
- run: sudo update-ca-certificates
52-
52+
5353
- name: Extract RavenDB Server
5454
run: tar xjf RavenDB.tar.bz2
5555

5656
- run: npm install
57-
57+
5858
- name: Run Linter
5959
run: npm run lint
60-
60+
6161
- name: Check exports
6262
run: npm run check-exports
63-
63+
6464
- name: Run Tests
6565
run: npm run test
66-
66+
6767
- name: Build
6868
run: npm run build
69-
69+
7070
- name: Check imports
7171
run: node -e "require('./dist').DocumentStore"
7272

0 commit comments

Comments
 (0)