Skip to content
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

Don't fail on missing .xcresult files if multiple are passed #178

Open
benkay opened this issue Mar 9, 2022 · 1 comment
Open

Don't fail on missing .xcresult files if multiple are passed #178

benkay opened this issue Mar 9, 2022 · 1 comment

Comments

@benkay
Copy link

benkay commented Mar 9, 2022

We have multiple test steps, and as a result end up with multiple .xcresult files.
I tried passing all the result bundle paths to a single xcresulttool action, but if not all the .xcresult files have been generated for a run, then the action immediately fails with a no such file or directory error.

This is a problem since if some test steps are skipped due to an earlier failure, not all of the possible .xcresult files will be generated, making the ability to pass multiple result bundles to the same xcresulttool step useless to us

@baksha97
Copy link

Have you tried continue-on-failure?

    - name: Any fallible 
      run: curl --fail www.blah.com
      continue-on-error: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants