1
1
# This workflow performs tests in Java.
2
- name : Library Java tests
2
+ name : ESDK JavaScript CI Tests
3
3
4
4
on : [push, pull_request]
5
5
@@ -24,37 +24,37 @@ jobs:
24
24
env :
25
25
NODE_OPTIONS : " --max-old-space-size=4096"
26
26
run : |
27
- - npm ci --unsafe-perm
28
- - npm run build
29
- - npm run coverage-node
27
+ npm ci --unsafe-perm
28
+ npm run build
29
+ npm run coverage-node
30
30
- name : Test compliance
31
31
if : ${{ matrix.node == 18 }}
32
32
env :
33
33
NODE_OPTIONS : " --max-old-space-size=4096"
34
34
run : |
35
- - npm ci --unsafe-perm
36
- - npm run lint
37
- - npm run test_conditions
35
+ npm ci --unsafe-perm
36
+ npm run lint
37
+ npm run test_conditions
38
38
- name : Run Test Vectors Node ${{matrix.node}}
39
39
env :
40
40
NODE_OPTIONS : " --max-old-space-size=4096"
41
41
NPM_CONFIG_UNSAFE_PERM : true
42
42
PUBLISH_LOCAL : true
43
43
run : |
44
- - npm ci --unsafe-perm
45
- - npm run build
46
- - npm run verdaccio-publish
47
- - npm run verdaccio-node-decrypt
48
- - npm run verdaccio-node-encrypt
44
+ npm ci --unsafe-perm
45
+ npm run build
46
+ npm run verdaccio-publish
47
+ npm run verdaccio-node-decrypt
48
+ npm run verdaccio-node-encrypt
49
49
- name : Run Test Vectors Browser Node 18
50
50
if : ${{ matrix.node == 18 }}
51
51
env :
52
52
NODE_OPTIONS : " --max-old-space-size=4096"
53
53
NPM_CONFIG_UNSAFE_PERM : true
54
54
PUBLISH_LOCAL : true
55
55
run : |
56
- - npm ci --unsafe-perm
57
- - npm run build
58
- - npm run verdaccio-publish
59
- - npm run verdaccio-browser-decrypt
60
- - npm run verdaccio-browser-encrypt
56
+ npm ci --unsafe-perm
57
+ npm run build
58
+ npm run verdaccio-publish
59
+ npm run verdaccio-browser-decrypt
60
+ npm run verdaccio-browser-encrypt
0 commit comments