support: issues with publishing 2 different reports in the same action run #1111
Closed
3 tasks done
Labels
support
User support
Checklist
Describe your question
I have a test suite that must be run on 2 different runners. public and private. hence i cant have a single allure report file. first the private part runs (it creates a bunch of resources in Azure) and after that the public part runs (it relies on resources being created by the private part). private part runs this action just fine and I can see the reports. However the public part reports are always blank. Action produces no errors except for errors deleting files.
Relevant links
Public repository: repo is private
YAML config: ?
YAML workflow:
using
github_run_num: ${{ github.run_number }}-private
andgithub_run_num: ${{ github.run_number }}-public
so that the reports do not collideRelevant log output
the only errors are get are during this step: Prepare publishing assets
where it tries to delete a bunch of stuff and fails for some of it.
The text was updated successfully, but these errors were encountered: