Skip to content

Commit

Permalink
check working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 3, 2024
1 parent e4d81d9 commit a5884f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
- name: Buil test apple
run: |
xcode-select --print-path
cd Test/IntegrationTests/MqttClient
pwd
cd aws-crt-swift/Test/IntegrationTests/MqttClient
pwd
xcodebuild -resolvePackageDependencies
echo "start build app"
xcodebuild -scheme "MqttClient" \
Expand Down

0 comments on commit a5884f9

Please sign in to comment.