Closed simendsjo closed 9 months ago
What is the version of your Github runner? You can find that in the first line of the first job of any workflow:
Current runner version: '2.312.0'
What is the version of your Github runner? You can find that in the first line of the first job of any workflow:
Current runner version: '2.312.0'
Current runner version: '2.312.0'
But I think a co-worker found the issue and is writing a patch: https://github.com/EnricoMi/publish-unit-test-result-action/pull/558/files#diff-62bc08fbc7abfb39e85cda48d9dc73c6c02c5b268ea8ed14a89e40a441ad5b31R215
Looks like this is caused by the space in $PYTHON_BIN
: C:\Program Files\Python311\python.exe
.
Please try this fix:
uses: EnricoMi/publish-unit-test-result-action/composite@composite-quote-env-vars
Please try this fix:
uses: EnricoMi/publish-unit-test-result-action/composite@composite-quote-env-vars
Looks like you forgot to push it to github. I cannot find a branch or tag with that name.
Already merged to master, so the branch is gone. You can test with
uses: EnricoMi/publish-unit-test-result-action/composite@master
or wait for the release in an hour.
Already merged to master, so the branch is gone. You can test with
uses: EnricoMi/publish-unit-test-result-action/composite@master
or wait for the release in an hour.
I have verified that @master works for us now.
or wait for the release in an hour.
Do you bump the v2
branch for these releases, or should I rely on the exact version for the fix?
Released as v2
. Should be picked up on the next run.
We get an error during Python dependency restore:
I also see other errors in the logs:
The action use to work. The developer did a re-run of the job if that could be related.
This is our definition:
The log: