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 b99e473 commit a17588dCopy full SHA for a17588d
.github/workflows/android-test.yml
@@ -37,8 +37,8 @@ jobs:
37
- name: Install dependencies
38
run: |
39
echo "Installing dependencies..."
40
- npm install --no-package-lock
41
- npm install file:packages/appium-navigation-tracker-1.0.0.tgz --no-package-lock
+ npm install
+ npm install file:packages/appium-navigation-tracker-1.0.0.tgz
42
echo "\nVerifying installations:"
43
ls -la node_modules/wd || true
44
ls -la node_modules/appium-navigation-tracker || true
0 commit comments