Skip to content

Commit

Permalink
feat: test pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Jan 4, 2024
1 parent 6b959e1 commit d257a46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
aws-region: us-west-2
- name: Execute device farm test
run: |
ls
cd integrationtest
ls
pip install -r requirements.txt
cd devicefarm
cp ../../shopping-android/app/build/output/apk/debug/app-debug.apk ./
Expand Down

0 comments on commit d257a46

Please sign in to comment.