File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 59
59
name : 🐍 Python Unit Tests & ☕ JS Unit Tests
60
60
command : |
61
61
. venv/bin/activate
62
- npm run test .unit
62
+ npm run citest .unit
63
63
64
64
lint-unit-36 :
65
65
<< : *lint-unit
@@ -349,7 +349,7 @@ jobs:
349
349
name : 🧪 Run Integration Tests
350
350
command : |
351
351
. venv/bin/activate
352
- npm run test .integration
352
+ npm run citest .integration
353
353
- store_artifacts :
354
354
path : test-reports
355
355
- store_test_results :
Original file line number Diff line number Diff line change 24
24
"lint" : " run-s private::lint.*" ,
25
25
"setup-tests.py" : " run-s private::test.py.deploy-*" ,
26
26
"setup-tests.R" : " run-s private::test.R.deploy-*" ,
27
- "test.integration" : " run-s setup-tests.py private::test.integration-*" ,
28
- "test.unit" : " run-s private::test.unit-**"
27
+ "citest.integration" : " run-s setup-tests.py private::test.integration-*" ,
28
+ "citest.unit" : " run-s private::test.unit-**" ,
29
+ "test" : " pytest && cd dash-renderer && npm run test"
29
30
},
30
31
"devDependencies" : {
31
32
"husky" : " 4.2.3"
You can’t perform that action at this time.
0 commit comments