Skip to content

Commit

Permalink
Update ios-perf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik authored Jan 17, 2025
1 parent 94d93be commit 94aec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
PerformanceTest/PerformanceTest.swift

- name: Inject Performance Threshold
run: sed -i '.bak' 's:{PERFORMANCE_THRESHOLD_SEC}:${{ matrix.performanceThresholdSec }}:'
run: sed -i '.bak' '1,/{PERFORMANCE_THRESHOLD_SEC}/s/{PERFORMANCE_THRESHOLD_SEC}/${{ matrix.performanceThresholdSec }}/'
PerformanceTest/PerformanceTest.swift

- name: XCode Build
Expand Down

0 comments on commit 94aec33

Please sign in to comment.