Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
minor comment tweak
  • Loading branch information
cooljeanius committed Jul 6, 2024
1 parent 5de3b0a commit 9f24621
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 @@ -72,5 +72,5 @@ test_script:
# Since tests are currently only run in 2 JavaScript environments, look for exactly 2 counts of "0 failures, 0 errors."
- cmd: powershell -noninteractive -noprofile -command if (-not ((sls -Pattern '0 failures, 0 errors.' -SimpleMatch test-out.txt).count -eq 2)) { exit 1 }

# Don't actually build (MSBuild).
# Skip the actual build (MSBuild).
build: off

0 comments on commit 9f24621

Please sign in to comment.