This is an automated email from the ASF dual-hosted git repository. ederign pushed a commit to branch KOGITO-9848-2024 in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
commit 3179dff0eee39536129e622e85f8729af241ca7c Author: Eder Ignatowicz <[email protected]> AuthorDate: Mon Mar 11 12:00:32 2024 -0400 Reenabling e2e tests --- packages/kn-plugin-workflow/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kn-plugin-workflow/package.json b/packages/kn-plugin-workflow/package.json index 7137755a3d3..64716b531a4 100644 --- a/packages/kn-plugin-workflow/package.json +++ b/packages/kn-plugin-workflow/package.json @@ -22,7 +22,7 @@ "build:darwin:arm": "pnpm setup:env make build-darwin-arm64", "build:dev": "rimraf dist && pnpm build", "build:linux": "pnpm setup:env make build-linux-amd64", - "build:prod": "rimraf dist && run-script-os && pnpm test", + "build:prod": "rimraf dist && run-script-os && pnpm test && pnpm test:e2e", "build:prod:darwin": "rimraf dist && pnpm setup:env make build-all", "build:prod:linux": "rimraf dist && pnpm setup:env make build-all", "build:prod:win32": "rimraf dist && pnpm setup:env:win32 make build-all", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
