Skip to content

Commit ae80fa3

Browse files
committed
Fix ci config
1 parent ebe4543 commit ae80fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494

9595
- name: Install CocoaPods packages
9696
if: steps.cocoapods-cache.cache.outputs.cache-hit != 'true'
97-
run: pod-install
97+
run: make pod-install
9898

9999
- name: Generate snapshots
100100
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
101101

102102
- name: Visual regression test
103-
run: npx percy upload Snapshots
103+
run: npx percy upload Example/Snapshots
104104
env:
105105
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 commit comments

Comments
 (0)