Skip to content

Commit

Permalink
allow failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Dec 2, 2024
1 parent e4f79a7 commit b921202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/regenerate-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
find ./Tests/SnapshotTests -name "__Snapshots__" -exec rm -rf {} +
- name: 📸 Generate Snapshots
continue-on-error: true
run: |
xcodebuild test -project "${project}" -scheme "${scheme}" ${params} -destination "name=iPhone 16 Pro,OS=18.0" -destination "name=iPad (10th generation),OS=18.0"
env:
Expand Down

0 comments on commit b921202

Please sign in to comment.