Closed 4c74356b41 closed 5 days ago
oddly enough - if I do not publish the private reports, public ones do not work as well. double u, tee, ef
okay, apparently generate allure reports action doesnt warn you when theres nothing to generate. so basically it was trying to get reports from a wrong path
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.