enabled tests back

This commit is contained in:
Atul R 2020-02-29 11:35:24 +01:00
parent a81ed106e6
commit caec949874
3 changed files with 6 additions and 6 deletions

View File

@ -17,8 +17,8 @@ jobs:
run: npm install
- name: Build nodegui
run: npm run build
# - name: Run tests
# run: npm run test
- name: Run tests
run: npm run test
- name: Run linters for cpp
run: npm run lint:cpp
- name: Run linters for ts

6
package-lock.json generated
View File

@ -1134,9 +1134,9 @@
}
},
"@nodegui/qode": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-2.0.3.tgz",
"integrity": "sha512-oc+c+Mc9p7aFVlntxRs/YN1pc3M8n2J1FDKxq3e7St7qusx222jZlIxHMCgZ0K5WA7i6jquwh7bRROJ1ed8i/g==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-2.0.4.tgz",
"integrity": "sha512-fnyPXoAHm2k+EUUV8ACRhjl2rNDQKRpyAQzYbsWNM4x1ExhrHy/U6KwQam82FaUVVCLaCNLTAiNaWyRR/XP83A==",
"requires": {
"env-paths": "^2.2.0",
"make-dir": "^3.0.2",

View File

@ -25,7 +25,7 @@
},
"dependencies": {
"@nodegui/artifact-installer": "^1.0.0",
"@nodegui/qode": "^2.0.3",
"@nodegui/qode": "^2.0.4",
"cmake-js": "^6.0.0",
"cross-env": "^7.0.0",
"cuid": "^2.1.6",