File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11name : tests/node
2-
2+
33on :
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
You can’t perform that action at this time.
0 commit comments