We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5194b commit cfe629bCopy full SHA for cfe629b
1 file changed
.github/workflows/integration_test.yml
@@ -58,8 +58,7 @@ jobs:
58
virtualenv workspace
59
cd workspace
60
source bin/activate
61
- pip install pytest
62
- pip install Appium-Python-Client
+ pip install -r ../requirements.txt
63
mkdir tests
64
cp ../appium/shopping_test.py tests/
65
find tests/
@@ -108,4 +107,4 @@ jobs:
108
107
name: test-result
109
path: |
110
integrationtest/devicefarm/report/
111
- integrationtest/devicefarm/MyAndroidAppTest-*/**
+ integrationtest/devicefarm/MyAndroidAppTest-*/**
0 commit comments