Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 316 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 316 Bytes

action-xcresult

A GitHub Action that generates annotations from an xcresult bundle.

Usage

For complete input/output documentation, see action.yml.

Example

- uses: nomasystems/[email protected]
  with:
    xcresult-path: MyResultBundle.xcresult
  if: success() || failure()