Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
probably more possible test targets than necessary...
  • Loading branch information
cooljeanius committed Nov 10, 2023
1 parent 8120064 commit 3302150
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:
- cmd: bash -cvx "lein test || mvn test || mvn test-compile"
- cmd: bash -cvx "lein test || lein test-all || mvn test || mvn test-compile || mvn generate-test-sources || mvn process-test-sources || mvn generate-test-resources || mvn process-test-resources || mvn process-test-classes || mvn pre-integration-test || mvn integration-test || mvn post-integration-test || mvn verify || lein check || lein check-all || lein compile || lein javac || lein retest"
- 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 3302150

Please sign in to comment.