EnricoMi / publish-unit-test-result-action

GitHub Action to publish unit test results on GitHub
Apache License 2.0
601 stars 178 forks source link

Windows PowerShelll action fails with "invalid syntax" #602

Closed EnricoMi closed 2 months ago

EnricoMi commented 3 months ago

@matteo-savore-deltatre reported:

image

EnricoMi commented 3 months ago

@matteo-savore-deltatre please test my fix:

uses: EnricoMi/publish-unit-test-result-action/windows@windows-avoid-escaped-quotes
matteo-savore-deltatre commented 3 months ago

now works , thanks

EnricoMi commented 2 months ago

@matteo-savore-deltatre with "now" you mean the fix works?

uses: EnricoMi/publish-unit-test-result-action/windows@windows-avoid-escaped-quotes

or the latest release works?

uses: EnricoMi/publish-unit-test-result-action/windows@v2
matteo-savore-deltatre commented 2 months ago

@matteo-savore-deltatre with "now" you mean the fix works?

uses: EnricoMi/publish-unit-test-result-action/windows@windows-avoid-escaped-quotes

or the latest release works?

uses: EnricoMi/publish-unit-test-result-action/windows@v2

the fix, thanks

(apologies but i missed the message)

EnricoMi commented 2 months ago

Thanks for the reply. The fix has been merged to master (so that branch disappeared), and will be released soon, so the fix will be available via v2.

EnricoMi commented 2 months ago

The fix has been released.