enabled tests back
This commit is contained in:
parent
a81ed106e6
commit
caec949874
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
6
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user