File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
jobs :
10
- setup :
10
+ test :
11
11
runs-on : ubuntu-latest
12
12
outputs :
13
13
idp-data-key : ${{ steps.submodule-hash.outputs.hash }}
@@ -33,11 +33,17 @@ jobs:
33
33
- name : Build packages
34
34
run : pnpm build
35
35
36
+ - name : Test Leiden+
37
+ run : pnpm test:leiden-plus
38
+
39
+ - name : Test Leiden Translation
40
+ run : pnpm test:leiden-trans
41
+
36
42
- name : Get IDP Data
37
43
run : pnpm test:idp:get-data
38
44
39
- - name : Test edition
45
+ - name : IDP tests – edition
40
46
run : pnpm test:idp:edition
41
47
42
- - name : Test translation
48
+ - name : IDP tests – translation
43
49
run : pnpm test:idp:translation
Original file line number Diff line number Diff line change 5
5
"description" : " " ,
6
6
"scripts" : {
7
7
"build" : " pnpm -r build" ,
8
- "test" : " TS_NODE_PROJECT=./tsconfig.test.json mocha" ,
8
+ "test:leiden-plus" : " TS_NODE_PROJECT=./tsconfig.test.json mocha test/transform-leiden-plus.test.ts" ,
9
+ "test:leiden-trans" : " TS_NODE_PROJECT=./tsconfig.test.json mocha test/transform-leiden-trans.test.ts" ,
10
+ "test" : " pnpm run test:leiden-plus && pnpm run test:leiden-trans" ,
9
11
"test:idp:get-data" : " git submodule update --init --depth 1 test/leiden-js-idp-test-data" ,
10
12
"test:idp:edition" : " TS_NODE_PROJECT=./tsconfig.test.json mocha test/idp-edition.test.ts" ,
11
13
"test:idp:translation" : " TS_NODE_PROJECT=./tsconfig.test.json mocha test/idp-translation.test.ts" ,
You can’t perform that action at this time.
0 commit comments