Skip to content

Commit

Permalink
fix working path
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 10, 2024
1 parent b8ef280 commit 8956c55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ jobs:
cd aws-crt-swift/Test/IntegrationTests/MqttClient
pip install -r ./DeviceFarmScript/requirements.txt
ls
ls ./workspace/
cd workspace
python ../DeviceFarmScript/run_ios_ci.py \
python ./DeviceFarmScript/run_ios_ci.py \
--run_id ${{ github.run_id }} \
--run_attempt ${{ github.run_attempt }} \
--project_arn $(aws secretsmanager get-secret-value --region us-east-1 --secret-id "ci/DeviceFarm/ProjectArn" --query "SecretString" | cut -f2 -d\") \
Expand Down

0 comments on commit 8956c55

Please sign in to comment.