Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
try different way of doing that in bash
  • Loading branch information
cooljeanius committed Nov 10, 2023
1 parent 1bf56e0 commit 8120064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 8120064

Please sign in to comment.