Skip to content

Commit

Permalink
updating snapshot generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Nov 8, 2024
1 parent 55d513c commit 034963f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regenerate-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
Generate:
runs-on: macos-14-xlarge
runs-on: macos-15-xlarge

steps:
- uses: actions/checkout@v4
Expand All @@ -15,14 +15,14 @@ jobs:
- name: 🔨 Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
xcode-version: '16.0'

- name: 🧹 Clear existing Snapshots
run: |
find ./Tests/SnapshotTests -name "__Snapshots__" -exec rm -rf {} +
- name: 📸 Generate Snapshots
run: |
xcodebuild test -project "${project}" -scheme "${scheme}" ${params} -destination "name=iPhone 15 Pro,OS=17.2" -destination "name=iPad (10th generation),OS=17.2" | xcpretty --utf --color
xcodebuild test -project "${project}" -scheme "${scheme}" ${params} -destination "name=iPhone 16 Pro,OS=18.0" -destination "name=iPad (10th generation),OS=18.0" | xcpretty --utf --color
env:
project: 'Adyen.xcodeproj'
params: '-skipPackagePluginValidation'
Expand Down

0 comments on commit 034963f

Please sign in to comment.