Skip to content

Commit

Permalink
Change dir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpusok committed Apr 9, 2024
1 parent db127b1 commit e8a5ce7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions e2e/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,17 @@ workflows:
test_spm_project_specific_path:
envs:
- TEST_APP_URL: https://github.com/bitrise-io/sample-apps-ios-swiftpm.git
- BITRISE_PROJECT_PATH: ./_tmp/sample-swiftpm4/sample-swiftpm2.xcodeproj
- BITRISE_PROJECT_PATH: sample-swiftpm4/sample-swiftpm2.xcodeproj
- BRANCH: master
before_run:
- _generate_api_token
- _setup
steps:
- change-workdir:
title: Switch working dir to _tmp
inputs:
- path: ./_tmp
- is_create_path: true
- script:
title: Clean DerivedData
inputs:
Expand All @@ -72,9 +77,7 @@ workflows:
inputs:
- content: |-
set -ex
cd ./_tmp/sample-swiftpm4
xcodebuild -resolvePackageDependencies
cd -
- path::./:
title: Execute step
run_if: "true"
Expand Down

0 comments on commit e8a5ce7

Please sign in to comment.