Skip to content

Commit

Permalink
Run wdio in e2etests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 27, 2023
1 parent a9a8390 commit 4754420
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,9 @@ jobs:
npx wdio --version
npx appium &>/dev/null &
sleep 10
echo "Checking current directory"
echo "Change directory"
cd e2e-tests/config
echo "Checking files"
ls
echo "Run webDriverIO"
npx wdio android.config.js
# npx wdio ./e2e-tests/config/android.config.js

0 comments on commit 4754420

Please sign in to comment.