-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report displays wrong workflow name #40
Comments
Yes, it's the same case. |
Experiencing same problem |
Me too. In fact, as stated in this discussion, it's currently impossible to do. Please show activity on that thread, maybe the priority team will re-evaluate their decisions... |
I have several yml files with workflows
1 Workflow with name "Build App"
2. Workflow with name "Run Unit Tests" + publish xcresulttool report -> if: failure()
3. Workflow with name "Run Integration Tests" + publish xcresulttool report -> if: success() || failure()
4. Workflow with name "Run UI Tests" + publish xcresulttool report -> if: success() || failure()
I use xcresulttool as a step of the job inside one workflow, e.g.:
When I push some changes it triggers the run of these workflows.
But when the report publishes, it contains the wrong workflow name
(-) Actual Result:
Run Unit Tests / IntegrationTestReport (pull_request) — Xcode test results
Run Integration Tests / UnitTestReport (pull_request) — Xcode test results
(+) Expected Result:
Run Unit Tests / UnitTestReport (pull_request) — Xcode test results
Run Integration Tests / IntegrationTestReport (pull_request) — Xcode test results
The text was updated successfully, but these errors were encountered: