Skip to content

Commit

Permalink
Add artifact upload on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 10, 2022
1 parent 79e9f2a commit 772e4e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/detox-ios.yml
Expand Up @@ -41,3 +41,10 @@ jobs:
- name: Run tests
run: yarn detox test --configuration ios

# Store any Detox screenshots on test failure
- uses: actions/upload-artifact@v3
if: failure()
with:
name: detox-artifacts
path: .detoxArtifacts

0 comments on commit 772e4e9

Please sign in to comment.