Skip to content

Commit

Permalink
chore(ci): Fix ios log path for artifact fetching on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Dec 19, 2024
1 parent 5dbf2db commit 2762d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
- run:
name: Collect xcodebuild log
command: |
cp /private/var/folders/ln/**/T/pytest-of-distiller/pytest-*/**/xcodebuild.log ./
cp /private/var/folders/**/**/T/pytest-of-distiller/pytest-*/**/xcodebuild.log ./
when: always
- store_artifacts:
path: ~/project/firefox-ios/firefox-ios/firefox-ios-tests/Tests/ExperimentIntegrationTests/results/index.html
Expand Down

0 comments on commit 2762d4f

Please sign in to comment.