Skip to content

Commit

Permalink
change directory and check if it has config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 27, 2023
1 parent 1579bcc commit a9a8390
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,10 @@ jobs:
npx appium &>/dev/null &
sleep 10
echo "Checking current directory"
pwd
cd e2e-tests/config
echo "Checking files"
ls
echo "Checking where android.config.js"
find -name android.config.js
# npx wdio ./e2e-tests/config/android.config.js

0 comments on commit a9a8390

Please sign in to comment.