We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe4543 commit ae80fa3Copy full SHA for ae80fa3
.github/workflows/test.yml
@@ -94,12 +94,12 @@ jobs:
94
95
- name: Install CocoaPods packages
96
if: steps.cocoapods-cache.cache.outputs.cache-hit != 'true'
97
- run: pod-install
+ run: make pod-install
98
99
- name: Generate snapshots
100
run: set -o pipefail && xcodebuild build-for-testing test-without-building -workspace Example/Example.xcworkspace -scheme SampleApp -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12 Pro' ENABLE_TESTABILITY=YES | xcpretty -c
101
102
- name: Visual regression test
103
- run: npx percy upload Snapshots
+ run: npx percy upload Example/Snapshots
104
env:
105
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
0 commit comments