From 8120064ed3534023baa16081242cea3767e657b5 Mon Sep 17 00:00:00 2001 From: Eric Gallager Date: Fri, 10 Nov 2023 13:39:13 -0500 Subject: [PATCH] Update appveyor.yml try different way of doing that in bash --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fe84ce155..1b5ebb0bc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,7 +42,7 @@ install: - ps: $CHAKRACORE_HOME = "$pwd/chakra-core/x64_release" test_script: - - sh: lein test || mvn test || mvn test-compile + - cmd: bash -cvx "lein test || mvn test || mvn test-compile" - cmd: powershell -noninteractive -noprofile -command .\script\test.ps1 > test-out.txt - cmd: type test-out.txt # Since tests are currently only run in 2 JavaScript environments, look for exactly 2 counts of "0 failures, 0 errors."