Skip to content

Commit

Permalink
Fix iOS perf test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jan 17, 2025
1 parent 94aec33 commit 57fd42a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ios-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- run:
pip3 install requests

- name: Install Cocoapods
run: gem install cocoapods

- name: Make build dir
run: mkdir ddp

Expand All @@ -58,9 +55,6 @@ jobs:
- name: Copy test_resources
run: ./copy_test_resources.sh

- name: Run Cocoapods
run: pod install

- name: Inject AccessKey
run: sed -i '.bak' 's:{TESTING_ACCESS_KEY_HERE}:${{secrets.PV_VALID_ACCESS_KEY}}:'
PerformanceTest/PerformanceTest.swift
Expand All @@ -76,7 +70,7 @@ jobs:
- name: XCode Build
run: xcrun xcodebuild build-for-testing
-configuration Debug
-workspace PorcupineAppTest.xcworkspace
-project PorcupineAppTest.project
-sdk iphoneos
-scheme PerformanceTest
-derivedDataPath ddp
Expand Down

0 comments on commit 57fd42a

Please sign in to comment.