Skip to content

Commit

Permalink
NO-ISSUE: Disable dev-deployment-upload-service tests on macOS and Wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
thiagoelg committed Feb 28, 2024
1 parent 0dcd652 commit 88caada
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/dev-deployment-dmn-form-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"build:prod": "pnpm lint && pnpm test && rimraf dist && webpack",
"lint": "run-script-if --bool \"$(build-env linters.run)\" --then \"kie-tools--eslint ./src\"",
"start": "cross-env WEBPACK__sourceMaps=false node ./dev-webapp/start.js",
"test": "run-script-if --ignore-errors \"$(build-env tests.ignoreFailures)\" --bool \"$(build-env tests.run)\" --then \"jest --silent --verbose\""
"test": "run-script-os",
"test:linux": "run-script-if --ignore-errors \"$(build-env tests.ignoreFailures)\" --bool \"$(build-env tests.run)\" --then \"jest --silent --verbose\"",
"test:win32:darwin": "echo 'Not supported'"
},
"dependencies": {
"@kie-tools-core/i18n": "workspace:*",
Expand Down Expand Up @@ -67,6 +69,7 @@
"node-polyfill-webpack-plugin": "^2.0.1",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"ts-jest": "^26.5.6",
"typescript": "^4.6.2",
"webpack": "^5.88.2",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88caada

Please sign in to comment.